Html Css Color HEX #CB96FF Mauve

📋 copy color: '#CB96FF'

red 203 ◦ green 150 ◦ blue 255

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

Shades of Mauve #CB96FF

Tints of Mauve #CB96FF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.67%

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

R = 33.39%
G = 24.67%
B = 41.94%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CB96FF (or 0xCB96FF) is known color: Mauve. HEX triplet: CB, 96 and FF. RGB value is (203,150,255). Sum of RGB (Red+Green+Blue) = 203+150+255=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 150 (58.98% from 255 or 24.67% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB96FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB96FF is #346900. Grayscale: #B1B1B1. Windows color (decimal): -3434753 or 16750283. OLE color: 16750283.

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

Color convert

RGB 203 150 255 -
CMYK 0.20 0.41 0 0
HSL 270.29º 1% 0.79% -
HSV(B) 270.29º 0.41% 1% -
XYZ 53.58 41.73 99.84 -
YUV 177.82 171.56 145.96 -
System Red Green Blue C M Y K H S L
Decimal 203 150 255 0.20 0.41 0 0 270.29 1 0.79
Hex CB 96 FF 14 29 0 0 10E 64 4F
Octal 313 226 377 24 51 0 0 416 144 117
Binary 11001011 10010110 11111111 10100 101001 0 0 100001110 1100100 1001111

Color Harmonies of #CB96FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB96FF

Black with #CB96FF

Text Example


Text Example

White with #CB96FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB96FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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