Html Css Color HEX #CB97C5 Lilac

📋 copy color: '#CB97C5'

red 203 ◦ green 151 ◦ blue 197

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

Shades of Lilac #CB97C5

Tints of Lilac #CB97C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.75%

R = 36.84%
G = 27.4%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#CB97C5 (or 0xCB97C5) is known color: Lilac. HEX triplet: CB, 97 and C5. RGB value is (203,151,197). Sum of RGB (Red+Green+Blue) = 203+151+197=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 151 (59.38% from 255 or 27.40% from 551); Blue value is 197 (77.34% from 255 or 35.75% from 551); Max value from RGB is 203 - color contains mainly: red. Hex color #CB97C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB97C5 is #34683A. Grayscale: #ABABAB. Windows color (decimal): -3434555 or 12949451. OLE color: 12949451.

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

Color convert

RGB 203 151 197 -
CMYK 0 0.26 0.03 0.20
HSL 306.92º 0.33% 0.69% -
HSV(B) 306.92º 0.26% 0.8% -
XYZ 45.77 38.86 57.91 -
YUV 171.79 142.23 150.26 -
System Red Green Blue C M Y K H S L
Decimal 203 151 197 0 0.26 0.03 0.20 306.92 0.33 0.69
Hex CB 97 C5 0 1A 3 14 133 21 45
Octal 313 227 305 0 32 3 24 463 41 105
Binary 11001011 10010111 11000101 0 11010 11 10100 100110011 100001 1000101

Color Harmonies of #CB97C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB97C5

Black with #CB97C5

Text Example


Text Example

White with #CB97C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB97C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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