Html Css Color HEX #CB9FFE Mauve

📋 copy color: '#CB9FFE'

red 203 ◦ green 159 ◦ blue 254

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

Shades of Mauve #CB9FFE

Tints of Mauve #CB9FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.23%

R = 32.95%
G = 25.81%
B = 41.23%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CB9FFE (or 0xCB9FFE) is known color: Mauve. HEX triplet: CB, 9F and FE. RGB value is (203,159,254). Sum of RGB (Red+Green+Blue) = 203+159+254=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 159 (62.5% from 255 or 25.81% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB9FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9FFE is #346001. Grayscale: #B6B6B6. Windows color (decimal): -3432450 or 16687051. OLE color: 16687051.

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

Color convert

RGB 203 159 254 -
CMYK 0.20 0.37 0 0.00
HSL 267.79º 0.98% 0.81% -
HSV(B) 267.79º 0.37% 1% -
XYZ 54.92 44.65 99.49 -
YUV 182.99 168.08 142.28 -
System Red Green Blue C M Y K H S L
Decimal 203 159 254 0.20 0.37 0 0.00 267.79 0.98 0.81
Hex CB 9F FE 14 25 0 0 10C 62 51
Octal 313 237 376 24 45 0 0 414 142 121
Binary 11001011 10011111 11111110 10100 100101 0 0 100001100 1100010 1010001

Color Harmonies of #CB9FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9FFE

Black with #CB9FFE

Text Example


Text Example

White with #CB9FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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