Html Css Color HEX #CB97C2 Lilac

📋 copy color: '#CB97C2'

red 203 ◦ green 151 ◦ blue 194

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

Shades of Lilac #CB97C2

Tints of Lilac #CB97C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.4%

R = 37.04%
G = 27.55%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CB97C2 (or 0xCB97C2) is known color: Lilac. HEX triplet: CB, 97 and C2. RGB value is (203,151,194). Sum of RGB (Red+Green+Blue) = 203+151+194=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 203 - color contains mainly: red. Hex color #CB97C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB97C2 is #34683D. Grayscale: #ABABAB. Windows color (decimal): -3434558 or 12752843. OLE color: 12752843.

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

Color convert

RGB 203 151 194 -
CMYK 0 0.26 0.04 0.20
HSL 310.38º 0.33% 0.69% -
HSV(B) 310.38º 0.26% 0.8% -
XYZ 45.43 38.72 56.12 -
YUV 171.45 140.73 150.5 -
System Red Green Blue C M Y K H S L
Decimal 203 151 194 0 0.26 0.04 0.20 310.38 0.33 0.69
Hex CB 97 C2 0 1A 4 14 136 21 45
Octal 313 227 302 0 32 4 24 466 41 105
Binary 11001011 10010111 11000010 0 11010 100 10100 100110110 100001 1000101

Color Harmonies of #CB97C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB97C2

Black with #CB97C2

Text Example


Text Example

White with #CB97C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB97C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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