#CB9DF7

Color #CB9DF7 Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #CB9DF7

Tints of Mauve #CB9DF7

Color information

#CB9DF7 (or 0xCB9DF7) is unknown color: approx Mauve. HEX triplet: CB, 9D and F7. RGB value is (203,157,247). Sum of RGB (Red+Green+Blue) = 203+157+247=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 157 (61.72% from 255 or 25.86% from 607); Blue value is 247 (96.88% from 255 or 40.69% from 607); Max value from RGB is 247 - color contains mainly: blue. Hex color #CB9DF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9DF7 is #346208. Grayscale: #B4B4B4. Windows color (decimal): -3432969 or 16227787. OLE color: 16227787.

HSL color Cylindrical-coordinate representation of color #CB9DF7: hue angle of 270.67º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB9DF7 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB203157247-
CMYK0.180.3600.03
HSL270.67º84.91%79.22%-
HSV(B)270.67º36.44%96.86%-
XYZ53.4743.5393.58-
YUV181.01165.24143.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 33.44%
GREEN value IS 157 (61.72% from 255) = 25.86%
BLUE value IS 247 (96.88% from 255) = 40.69%
R=33.44%
G=25.86%
B=40.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2031572470.180.3600.03270.6784.9179.22
HexCB9DF712240310f554f
Octal313235367224403417125117
Binary1100101110011101111101111001010010001110000111110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9DF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9DF7; }

 p { color: rgb(203,157,247); }

 H1.HeaderClassName
 {
   color: #CB9DF7;
 }
 .AnyTagClassName
 {
   color: #CB9DF7;
 }
</style>
background-color css

<style>
 a { background-color: #CB9DF7; }

 a { background-color: rgb(203,157,247); }

 div.DivClassName
 {
   background-color: #CB9DF7;
 }
 .BgClassName
 {
   background-color: #CB9DF7;
 }
</style>
border-color css

<style>
 span { border-color: #CB9DF7; }

 span { border-color: rgb(203,157,247); }

 td.TdClassName
 {
   border-color: #CB9DF7;
 }
 .TagClassName
 {
   border-color: #CB9DF7;
 }
</style>