Html Css Color HEX #CB96CA Lilac

📋 copy color: '#CB96CA'

red 203 ◦ green 150 ◦ blue 202

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

Shades of Lilac #CB96CA

Tints of Lilac #CB96CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.4%

R = 36.58%
G = 27.03%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CB96CA (or 0xCB96CA) is known color: Lilac. HEX triplet: CB, 96 and CA. RGB value is (203,150,202). Sum of RGB (Red+Green+Blue) = 203+150+202=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 203 - color contains mainly: red. Hex color #CB96CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB96CA is #346935. Grayscale: #ABABAB. Windows color (decimal): -3434806 or 13276875. OLE color: 13276875.

HSL color Cylindrical-coordinate representation of color #CB96CA: hue angle of 301.13º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CB96CA is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 150 202 -
CMYK 0 0.26 0.00 0.20
HSL 301.13º 0.34% 0.69% -
HSV(B) 301.13º 0.26% 0.8% -
XYZ 46.2 38.77 60.93 -
YUV 171.78 145.06 150.27 -
System Red Green Blue C M Y K H S L
Decimal 203 150 202 0 0.26 0.00 0.20 301.13 0.34 0.69
Hex CB 96 CA 0 1A 0 14 12D 22 45
Octal 313 226 312 0 32 0 24 455 42 105
Binary 11001011 10010110 11001010 0 11010 0 10100 100101101 100010 1000101

Color Harmonies of #CB96CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB96CA

Black with #CB96CA

Text Example


Text Example

White with #CB96CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB96CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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