#CF9BFB

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

Shades of Mauve #CF9BFB

Tints of Mauve #CF9BFB

Color information

#CF9BFB (or 0xCF9BFB) is unknown color: approx Mauve. HEX triplet: CF, 9B and FB. RGB value is (207,155,251). Sum of RGB (Red+Green+Blue) = 207+155+251=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 155 (60.94% from 255 or 25.29% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF9BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9BFB is #306404. Grayscale: #B5B5B5. Windows color (decimal): -3171333 or 16489423. OLE color: 16489423.

HSL color Cylindrical-coordinate representation of color #CF9BFB: hue angle of 272.5º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF9BFB is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207155251-
CMYK0.180.3800.02
HSL272.5º92.31%79.61%-
HSV(B)272.5º38.25%98.43%-
XYZ54.8743.6796.8-
YUV181.49167.23146.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.77%
GREEN value IS 155 (60.94% from 255) = 25.29%
BLUE value IS 251 (98.44% from 255) = 40.95%
R=33.77%
G=25.29%
B=40.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071552510.180.3800.02272.592.3179.61
HexCF9BFB1226021105c50
Octal317233373224602420134120
Binary1100111110011011111110111001010011001010001000010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9BFB; }

 p { color: rgb(207,155,251); }

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

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

 a { background-color: rgb(207,155,251); }

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

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

 span { border-color: rgb(207,155,251); }

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