Html Css Color HEX #CB97CB Lilac

📋 copy color: '#CB97CB'

red 203 ◦ green 151 ◦ blue 203

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

Shades of Lilac #CB97CB

Tints of Lilac #CB97CB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.11%

 BLUE value IS 203 (79.69% from 255) = 36.45%

R = 36.45%
G = 27.11%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB97CB (or 0xCB97CB) is known color: Lilac. HEX triplet: CB, 97 and CB. RGB value is (203,151,203). Sum of RGB (Red+Green+Blue) = 203+151+203=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 151 (59.38% from 255 or 27.11% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB97CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB97CB is #346834. Grayscale: #ACACAC. Windows color (decimal): -3434549 or 13342667. OLE color: 13342667.

HSL color Cylindrical-coordinate representation of color #CB97CB: hue angle of 300º degrees, saturation: 0.33, 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 #CB97CB is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 151 203 -
CMYK 0 0.26 0 0.20
HSL 300º 0.33% 0.69% -
HSV(B) 300º 0.26% 0.8% -
XYZ 46.47 39.14 61.61 -
YUV 172.48 145.23 149.77 -
System Red Green Blue C M Y K H S L
Decimal 203 151 203 0 0.26 0 0.20 300 0.33 0.69
Hex CB 97 CB 0 1A 0 14 12C 21 45
Octal 313 227 313 0 32 0 24 454 41 105
Binary 11001011 10010111 11001011 0 11010 0 10100 100101100 100001 1000101

Color Harmonies of #CB97CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB97CB

Black with #CB97CB

Text Example


Text Example

White with #CB97CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB97CB; }

 p { color: rgb(203,151,203); }

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

background-color css

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

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

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

border-color css

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

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

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