#CB9CFD

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

Shades of Mauve #CB9CFD

Tints of Mauve #CB9CFD

Color information

#CB9CFD (or 0xCB9CFD) is unknown color: approx Mauve. HEX triplet: CB, 9C and FD. RGB value is (203,156,253). Sum of RGB (Red+Green+Blue) = 203+156+253=612 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.17% from 612); Green value is 156 (61.33% from 255 or 25.49% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB9CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9CFD is #346302. Grayscale: #B4B4B4. Windows color (decimal): -3433219 or 16620747. OLE color: 16620747.

HSL color Cylindrical-coordinate representation of color #CB9CFD: hue angle of 269.07º degrees, saturation: 0.96, 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 #CB9CFD is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB203156253-
CMYK0.200.3800.01
HSL269.07º96.04%80.2%-
HSV(B)269.07º38.34%99.22%-
XYZ54.2543.5798.48-
YUV181.11168.57143.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.17%
GREEN value IS 156 (61.33% from 255) = 25.49%
BLUE value IS 253 (99.22% from 255) = 41.34%
R=33.17%
G=25.49%
B=41.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2031562530.200.3800.01269.0796.0480.2
HexCB9CFD14260110d6050
Octal313234375244601415140120
Binary110010111001110011111101101001001100110000110111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9CFD; }

 p { color: rgb(203,156,253); }

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

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

 a { background-color: rgb(203,156,253); }

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

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

 span { border-color: rgb(203,156,253); }

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