#CF9DFF

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

Shades of Mauve #CF9DFF

Tints of Mauve #CF9DFF

Color information

#CF9DFF (or 0xCF9DFF) is unknown color: approx Mauve. HEX triplet: CF, 9D and FF. RGB value is (207,157,255). Sum of RGB (Red+Green+Blue) = 207+157+255=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 157 (61.72% from 255 or 25.36% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF9DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9DFF is #306200. Grayscale: #B6B6B6. Windows color (decimal): -3170817 or 16752079. OLE color: 16752079.

HSL color Cylindrical-coordinate representation of color #CF9DFF: hue angle of 270.61º 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 #CF9DFF is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB207157255-
CMYK0.190.3800
HSL270.61º100%80.78%-
HSV(B)270.61º38.43%100%-
XYZ55.8444.6100.27-
YUV183.12168.56145.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.44%
GREEN value IS 157 (61.72% from 255) = 25.36%
BLUE value IS 255 (100% from 255) = 41.20%
R=33.44%
G=25.36%
B=41.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2071572550.190.3800270.6110080.78
HexCF9DFF13260010f6451
Octal317235377234600417144121
Binary110011111001110111111111100111001100010000111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9DFF; }

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

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

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

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

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

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

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

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