#CB9CFA

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

Shades of Mauve #CB9CFA

Tints of Mauve #CB9CFA

Color information

#CB9CFA (or 0xCB9CFA) is unknown color: approx Mauve. HEX triplet: CB, 9C and FA. RGB value is (203,156,250). Sum of RGB (Red+Green+Blue) = 203+156+250=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 156 (61.33% from 255 or 25.62% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB9CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9CFA is #346305. Grayscale: #B4B4B4. Windows color (decimal): -3433222 or 16424139. OLE color: 16424139.

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

Color convert

RGB203156250-
CMYK0.190.3800.02
HSL270º90.38%79.61%-
HSV(B)270º37.6%98.04%-
XYZ53.7743.3895.98-
YUV180.77167.07143.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.33%
GREEN value IS 156 (61.33% from 255) = 25.62%
BLUE value IS 250 (98.05% from 255) = 41.05%
R=33.33%
G=25.62%
B=41.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031562500.190.3800.0227090.3879.61
HexCB9CFA13260210e5a50
Octal313234372234602416132120
Binary1100101110011100111110101001110011001010000111010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9CFA; }

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

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

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

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

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

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

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

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