#CF9EFF

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

Shades of Mauve #CF9EFF

Tints of Mauve #CF9EFF

Color information

#CF9EFF (or 0xCF9EFF) is unknown color: approx Mauve. HEX triplet: CF, 9E and FF. RGB value is (207,158,255). Sum of RGB (Red+Green+Blue) = 207+158+255=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 158 (62.11% from 255 or 25.48% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF9EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9EFF is #306100. Grayscale: #B7B7B7. Windows color (decimal): -3170561 or 16752335. OLE color: 16752335.

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

Color convert

RGB207158255-
CMYK0.190.3800
HSL270.31º100%80.98%-
HSV(B)270.31º38.04%100%-
XYZ56.0144.94100.33-
YUV183.71168.23144.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.39%
GREEN value IS 158 (62.11% from 255) = 25.48%
BLUE value IS 255 (100% from 255) = 41.13%
R=33.39%
G=25.48%
B=41.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2071582550.190.3800270.3110080.98
HexCF9EFF13260010e6451
Octal317236377234600416144121
Binary110011111001111011111111100111001100010000111011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9EFF; }

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

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

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

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

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

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

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

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