#CF9CFA

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

Shades of Mauve #CF9CFA

Tints of Mauve #CF9CFA

Color information

#CF9CFA (or 0xCF9CFA) is unknown color: approx Mauve. HEX triplet: CF, 9C and FA. RGB value is (207,156,250). Sum of RGB (Red+Green+Blue) = 207+156+250=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 156 (61.33% from 255 or 25.45% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF9CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9CFA is #306305. Grayscale: #B5B5B5. Windows color (decimal): -3171078 or 16424143. OLE color: 16424143.

HSL color Cylindrical-coordinate representation of color #CF9CFA: hue angle of 272.55º degrees, saturation: 0.9, 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 #CF9CFA is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207156250-
CMYK0.170.3800.02
HSL272.55º90.38%79.61%-
HSV(B)272.55º37.6%98.04%-
XYZ54.8843.9496.03-
YUV181.96166.4145.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.77%
GREEN value IS 156 (61.33% from 255) = 25.45%
BLUE value IS 250 (98.05% from 255) = 40.78%
R=33.77%
G=25.45%
B=40.78%

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
Decimal2071562500.170.3800.02272.5590.3879.61
HexCF9CFA1126021115a50
Octal317234372214602421132120
Binary1100111110011100111110101000110011001010001000110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9CFA; }

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

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

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

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

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

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

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

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