Html Css Color HEX #CB9CFC Mauve

📋 copy color: '#CB9CFC'

red 203 ◦ green 156 ◦ blue 252

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

Shades of Mauve #CB9CFC

Tints of Mauve #CB9CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.24%

R = 33.22%
G = 25.53%
B = 41.24%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CB9CFC (or 0xCB9CFC) is known color: Mauve. HEX triplet: CB, 9C and FC. RGB value is (203,156,252). Sum of RGB (Red+Green+Blue) = 203+156+252=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 156 (61.33% from 255 or 25.53% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB9CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9CFC is #346303. Grayscale: #B4B4B4. Windows color (decimal): -3433220 or 16555211. OLE color: 16555211.

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

Color convert

RGB 203 156 252 -
CMYK 0.19 0.38 0 0.01
HSL 269.38º 0.94% 0.8% -
HSV(B) 269.38º 0.38% 0.99% -
XYZ 54.09 43.5 97.64 -
YUV 181 168.07 143.69 -
System Red Green Blue C M Y K H S L
Decimal 203 156 252 0.19 0.38 0 0.01 269.38 0.94 0.8
Hex CB 9C FC 13 26 0 1 10D 5E 50
Octal 313 234 374 23 46 0 1 415 136 120
Binary 11001011 10011100 11111100 10011 100110 0 1 100001101 1011110 1010000

Color Harmonies of #CB9CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9CFC

Black with #CB9CFC

Text Example


Text Example

White with #CB9CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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