#CF9CFC

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

Shades of Mauve #CF9CFC

Tints of Mauve #CF9CFC

Color information

#CF9CFC (or 0xCF9CFC) is unknown color: approx Mauve. HEX triplet: CF, 9C and FC. RGB value is (207,156,252). Sum of RGB (Red+Green+Blue) = 207+156+252=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 156 (61.33% from 255 or 25.37% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF9CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9CFC is #306303. Grayscale: #B5B5B5. Windows color (decimal): -3171076 or 16555215. OLE color: 16555215.

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

Color convert

RGB207156252-
CMYK0.180.3800.01
HSL271.88º94.12%80%-
HSV(B)271.88º38.1%98.82%-
XYZ55.1944.0797.69-
YUV182.19167.4145.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.66%
GREEN value IS 156 (61.33% from 255) = 25.37%
BLUE value IS 252 (98.83% from 255) = 40.98%
R=33.66%
G=25.37%
B=40.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2071562520.180.3800.01271.8894.1280
HexCF9CFC1226011105e50
Octal317234374224601420136120
Binary110011111001110011111100100101001100110001000010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9CFC; }

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

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

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

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

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

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

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

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