#CF9BFA

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

Shades of Mauve #CF9BFA

Tints of Mauve #CF9BFA

Color information

#CF9BFA (or 0xCF9BFA) is unknown color: approx Mauve. HEX triplet: CF, 9B and FA. RGB value is (207,155,250). Sum of RGB (Red+Green+Blue) = 207+155+250=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 155 (60.94% from 255 or 25.33% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF9BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9BFA is #306405. Grayscale: #B5B5B5. Windows color (decimal): -3171334 or 16423887. OLE color: 16423887.

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

Color convert

RGB207155250-
CMYK0.170.3800.02
HSL272.84º90.48%79.41%-
HSV(B)272.84º38%98.04%-
XYZ54.7143.6195.98-
YUV181.38166.73146.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.82%
GREEN value IS 155 (60.94% from 255) = 25.33%
BLUE value IS 250 (98.05% from 255) = 40.85%
R=33.82%
G=25.33%
B=40.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071552500.170.3800.02272.8490.4879.41
HexCF9BFA1126021115a4f
Octal317233372214602421132117
Binary1100111110011011111110101000110011001010001000110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9BFA; }

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

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

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

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

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

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

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

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