Html Css Color HEX #CB96FB Mauve

📋 copy color: '#CB96FB'

red 203 ◦ green 150 ◦ blue 251

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

Shades of Mauve #CB96FB

Tints of Mauve #CB96FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.56%

R = 33.61%
G = 24.83%
B = 41.56%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB96FB (or 0xCB96FB) is known color: Mauve. HEX triplet: CB, 96 and FB. RGB value is (203,150,251). Sum of RGB (Red+Green+Blue) = 203+150+251=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 150 (58.98% from 255 or 24.83% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB96FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB96FB is #346904. Grayscale: #B1B1B1. Windows color (decimal): -3434757 or 16488139. OLE color: 16488139.

HSL color Cylindrical-coordinate representation of color #CB96FB: hue angle of 271.49º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB96FB is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 150 251 -
CMYK 0.19 0.40 0 0.02
HSL 271.49º 0.93% 0.79% -
HSV(B) 271.49º 0.4% 0.98% -
XYZ 52.95 41.47 96.48 -
YUV 177.36 169.56 146.29 -
System Red Green Blue C M Y K H S L
Decimal 203 150 251 0.19 0.40 0 0.02 271.49 0.93 0.79
Hex CB 96 FB 13 28 0 2 10F 5D 4F
Octal 313 226 373 23 50 0 2 417 135 117
Binary 11001011 10010110 11111011 10011 101000 0 10 100001111 1011101 1001111

Color Harmonies of #CB96FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB96FB

Black with #CB96FB

Text Example


Text Example

White with #CB96FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB96FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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