Html Css Color HEX #CB97CE Lilac

📋 copy color: '#CB97CE'

red 203 ◦ green 151 ◦ blue 206

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

Shades of Lilac #CB97CE

Tints of Lilac #CB97CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.79%

R = 36.25%
G = 26.96%
B = 36.79%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB97CE (or 0xCB97CE) is known color: Lilac. HEX triplet: CB, 97 and CE. RGB value is (203,151,206). Sum of RGB (Red+Green+Blue) = 203+151+206=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 151 (59.38% from 255 or 26.96% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB97CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB97CE is #346831. Grayscale: #ACACAC. Windows color (decimal): -3434546 or 13539275. OLE color: 13539275.

HSL color Cylindrical-coordinate representation of color #CB97CE: hue angle of 296.73º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CB97CE is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 151 206 -
CMYK 0.01 0.27 0 0.19
HSL 296.73º 0.36% 0.7% -
HSV(B) 296.73º 0.27% 0.81% -
XYZ 46.84 39.29 63.51 -
YUV 172.82 146.73 149.53 -
System Red Green Blue C M Y K H S L
Decimal 203 151 206 0.01 0.27 0 0.19 296.73 0.36 0.7
Hex CB 97 CE 1 1B 0 13 129 24 46
Octal 313 227 316 1 33 0 23 451 44 106
Binary 11001011 10010111 11001110 1 11011 0 10011 100101001 100100 1000110

Color Harmonies of #CB97CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB97CE

Black with #CB97CE

Text Example


Text Example

White with #CB97CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB97CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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