#CB9DFA

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

Shades of Mauve #CB9DFA

Tints of Mauve #CB9DFA

Color information

#CB9DFA (or 0xCB9DFA) is unknown color: approx Mauve. HEX triplet: CB, 9D and FA. RGB value is (203,157,250). Sum of RGB (Red+Green+Blue) = 203+157+250=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 157 (61.72% from 255 or 25.74% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB9DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9DFA is #346205. Grayscale: #B5B5B5. Windows color (decimal): -3432966 or 16424395. OLE color: 16424395.

HSL color Cylindrical-coordinate representation of color #CB9DFA: hue angle of 269.68º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB9DFA is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203157250-
CMYK0.190.3700.02
HSL269.68º90.29%79.8%-
HSV(B)269.68º37.2%98.04%-
XYZ53.9443.7196.04-
YUV181.36166.74143.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.28%
GREEN value IS 157 (61.72% from 255) = 25.74%
BLUE value IS 250 (98.05% from 255) = 40.98%
R=33.28%
G=25.74%
B=40.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031572500.190.3700.02269.6890.2979.8
HexCB9DFA13250210e5a50
Octal313235372234502416132120
Binary1100101110011101111110101001110010101010000111010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9DFA; }

 p { color: rgb(203,157,250); }

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

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

 a { background-color: rgb(203,157,250); }

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

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

 span { border-color: rgb(203,157,250); }

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