Html Css Color HEX #CD98C5 Lilac

📋 copy color: '#CD98C5'

red 205 ◦ green 152 ◦ blue 197

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

Shades of Lilac #CD98C5

Tints of Lilac #CD98C5

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.44%

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

R = 37%
G = 27.44%
B = 35.56%

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

#CD98C5 (or 0xCD98C5) is known color: Lilac. HEX triplet: CD, 98 and C5. RGB value is (205,152,197). Sum of RGB (Red+Green+Blue) = 205+152+197=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 197 (77.34% from 255 or 35.56% from 554); Max value from RGB is 205 - color contains mainly: red. Hex color #CD98C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD98C5 is #32673A. Grayscale: #ACACAC. Windows color (decimal): -3303227 or 12949709. OLE color: 12949709.

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

Color convert

RGB 205 152 197 -
CMYK 0 0.26 0.04 0.20
HSL 309.06º 0.35% 0.7% -
HSV(B) 309.06º 0.26% 0.8% -
XYZ 46.48 39.47 57.99 -
YUV 172.98 141.56 150.84 -
System Red Green Blue C M Y K H S L
Decimal 205 152 197 0 0.26 0.04 0.20 309.06 0.35 0.7
Hex CD 98 C5 0 1A 4 14 135 23 46
Octal 315 230 305 0 32 4 24 465 43 106
Binary 11001101 10011000 11000101 0 11010 100 10100 100110101 100011 1000110

Color Harmonies of #CD98C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD98C5

Black with #CD98C5

Text Example


Text Example

White with #CD98C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD98C5; }

 p { color: rgb(205,152,197); }

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

background-color css

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

 a { background-color: rgb(205,152,197); }

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

border-color css

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

 span { border-color: rgb(205,152,197); }

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