Html Css Color HEX #CB9CFF Mauve

📋 copy color: '#CB9CFF'

red 203 ◦ green 156 ◦ blue 255

#CB9CFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #CB9CFF

Tints of Mauve #CB9CFF

RGB

 RED value IS 203 (79.69% from 255) = 33.06%

 GREEN value IS 156 (61.33% from 255) = 25.41%

 BLUE value IS 255 (100% from 255) = 41.53%

R = 33.06%
G = 25.41%
B = 41.53%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CB9CFF (or 0xCB9CFF) is known color: Mauve. HEX triplet: CB, 9C and FF. RGB value is (203,156,255). Sum of RGB (Red+Green+Blue) = 203+156+255=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 156 (61.33% from 255 or 25.41% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB9CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9CFF is #346300. Grayscale: #B4B4B4. Windows color (decimal): -3433217 or 16751819. OLE color: 16751819.

HSL color Cylindrical-coordinate representation of color #CB9CFF: hue angle of 268.48º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB9CFF is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 203 156 255 -
CMYK 0.20 0.39 0 0
HSL 268.48º 1% 0.81% -
HSV(B) 268.48º 0.39% 1% -
XYZ 54.57 43.69 100.17 -
YUV 181.34 169.57 143.45 -
System Red Green Blue C M Y K H S L
Decimal 203 156 255 0.20 0.39 0 0 268.48 1 0.81
Hex CB 9C FF 14 27 0 0 10C 64 51
Octal 313 234 377 24 47 0 0 414 144 121
Binary 11001011 10011100 11111111 10100 100111 0 0 100001100 1100100 1010001

Color Harmonies of #CB9CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9CFF

Black with #CB9CFF

Text Example


Text Example

White with #CB9CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9CFF; }

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

 H1.HeaderClassName
 {
   color: #CB9CFF;
 }
 .AnyTagClassName
 {
   color: #CB9CFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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