Html Css Color HEX #CD97C2 Lilac

📋 copy color: '#CD97C2'

red 205 ◦ green 151 ◦ blue 194

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

Shades of Lilac #CD97C2

Tints of Lilac #CD97C2

RGB

 RED value IS 205 (80.47% from 255) = 37.27%

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

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

R = 37.27%
G = 27.45%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#CD97C2 (or 0xCD97C2) is known color: Lilac. HEX triplet: CD, 97 and C2. RGB value is (205,151,194). Sum of RGB (Red+Green+Blue) = 205+151+194=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 194 (76.17% from 255 or 35.27% from 550); Max value from RGB is 205 - color contains mainly: red. Hex color #CD97C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD97C2 is #32683D. Grayscale: #ABABAB. Windows color (decimal): -3303486 or 12752845. OLE color: 12752845.

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

Color convert

RGB 205 151 194 -
CMYK 0 0.26 0.05 0.20
HSL 312.22º 0.35% 0.7% -
HSV(B) 312.22º 0.26% 0.8% -
XYZ 45.98 39.01 56.14 -
YUV 172.05 140.39 151.5 -
System Red Green Blue C M Y K H S L
Decimal 205 151 194 0 0.26 0.05 0.20 312.22 0.35 0.7
Hex CD 97 C2 0 1A 5 14 138 23 46
Octal 315 227 302 0 32 5 24 470 43 106
Binary 11001101 10010111 11000010 0 11010 101 10100 100111000 100011 1000110

Color Harmonies of #CD97C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD97C2

Black with #CD97C2

Text Example


Text Example

White with #CD97C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD97C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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