#CF9CFF

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

Shades of Mauve #CF9CFF

Tints of Mauve #CF9CFF

Color information

#CF9CFF (or 0xCF9CFF) is unknown color: approx Mauve. HEX triplet: CF, 9C and FF. RGB value is (207,156,255). Sum of RGB (Red+Green+Blue) = 207+156+255=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 156 (61.33% from 255 or 25.24% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF9CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9CFF is #306300. Grayscale: #B6B6B6. Windows color (decimal): -3171073 or 16751823. OLE color: 16751823.

HSL color Cylindrical-coordinate representation of color #CF9CFF: hue angle of 270.91º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF9CFF is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB207156255-
CMYK0.190.3900
HSL270.91º100%80.59%-
HSV(B)270.91º38.82%100%-
XYZ55.6744.26100.22-
YUV182.53168.9145.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.50%
GREEN value IS 156 (61.33% from 255) = 25.24%
BLUE value IS 255 (100% from 255) = 41.26%
R=33.50%
G=25.24%
B=41.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2071562550.190.3900270.9110080.59
HexCF9CFF13270010f6451
Octal317234377234700417144121
Binary110011111001110011111111100111001110010000111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9CFF; }

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

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

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

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

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

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

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

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