Html Css Color HEX #CB9EFF Mauve

📋 copy color: '#CB9EFF'

red 203 ◦ green 158 ◦ blue 255

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

Shades of Mauve #CB9EFF

Tints of Mauve #CB9EFF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.65%

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

R = 32.95%
G = 25.65%
B = 41.4%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CB9EFF (or 0xCB9EFF) is known color: Mauve. HEX triplet: CB, 9E and FF. RGB value is (203,158,255). Sum of RGB (Red+Green+Blue) = 203+158+255=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 158 (62.11% from 255 or 25.65% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB9EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9EFF is #346100. Grayscale: #B6B6B6. Windows color (decimal): -3432705 or 16752331. OLE color: 16752331.

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

Color convert

RGB 203 158 255 -
CMYK 0.20 0.38 0 0
HSL 267.84º 1% 0.81% -
HSV(B) 267.84º 0.38% 1% -
XYZ 54.91 44.37 100.28 -
YUV 182.51 168.91 142.61 -
System Red Green Blue C M Y K H S L
Decimal 203 158 255 0.20 0.38 0 0 267.84 1 0.81
Hex CB 9E FF 14 26 0 0 10C 64 51
Octal 313 236 377 24 46 0 0 414 144 121
Binary 11001011 10011110 11111111 10100 100110 0 0 100001100 1100100 1010001

Color Harmonies of #CB9EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9EFF

Black with #CB9EFF

Text Example


Text Example

White with #CB9EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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