#CF9EFC

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

Shades of Mauve #CF9EFC

Tints of Mauve #CF9EFC

Color information

#CF9EFC (or 0xCF9EFC) is unknown color: approx Mauve. HEX triplet: CF, 9E and FC. RGB value is (207,158,252). Sum of RGB (Red+Green+Blue) = 207+158+252=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 158 (62.11% from 255 or 25.61% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF9EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9EFC is #306103. Grayscale: #B7B7B7. Windows color (decimal): -3170564 or 16555727. OLE color: 16555727.

HSL color Cylindrical-coordinate representation of color #CF9EFC: hue angle of 271.28º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF9EFC is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB207158252-
CMYK0.180.3700.01
HSL271.28º94%80.39%-
HSV(B)271.28º37.3%98.82%-
XYZ55.5344.7597.81-
YUV183.37166.73144.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.55%
GREEN value IS 158 (62.11% from 255) = 25.61%
BLUE value IS 252 (98.83% from 255) = 40.84%
R=33.55%
G=25.61%
B=40.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2071582520.180.3700.01271.289480.39
HexCF9EFC12250110f5e50
Octal317236374224501417136120
Binary110011111001111011111100100101001010110000111110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9EFC; }

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

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

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

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

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

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

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

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