Html Css Color HEX #CB9FFC Mauve

📋 copy color: '#CB9FFC'

red 203 ◦ green 159 ◦ blue 252

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

Shades of Mauve #CB9FFC

Tints of Mauve #CB9FFC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.9%

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

R = 33.06%
G = 25.9%
B = 41.04%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CB9FFC (or 0xCB9FFC) is known color: Mauve. HEX triplet: CB, 9F and FC. RGB value is (203,159,252). Sum of RGB (Red+Green+Blue) = 203+159+252=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 159 (62.5% from 255 or 25.90% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB9FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9FFC is #346003. Grayscale: #B6B6B6. Windows color (decimal): -3432452 or 16555979. OLE color: 16555979.

HSL color Cylindrical-coordinate representation of color #CB9FFC: hue angle of 268.39º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB9FFC is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 203 159 252 -
CMYK 0.19 0.37 0 0.01
HSL 268.39º 0.94% 0.81% -
HSV(B) 268.39º 0.37% 0.99% -
XYZ 54.6 44.52 97.81 -
YUV 182.76 167.08 142.44 -
System Red Green Blue C M Y K H S L
Decimal 203 159 252 0.19 0.37 0 0.01 268.39 0.94 0.81
Hex CB 9F FC 13 25 0 1 10C 5E 51
Octal 313 237 374 23 45 0 1 414 136 121
Binary 11001011 10011111 11111100 10011 100101 0 1 100001100 1011110 1010001

Color Harmonies of #CB9FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9FFC

Black with #CB9FFC

Text Example


Text Example

White with #CB9FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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