Html Css Color HEX #CD98C2 Lilac

📋 copy color: '#CD98C2'

red 205 ◦ green 152 ◦ blue 194

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

Shades of Lilac #CD98C2

Tints of Lilac #CD98C2

RGB

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

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

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

R = 37.21%
G = 27.59%
B = 35.21%

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

#CD98C2 (or 0xCD98C2) is known color: Lilac. HEX triplet: CD, 98 and C2. RGB value is (205,152,194). Sum of RGB (Red+Green+Blue) = 205+152+194=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 194 (76.17% from 255 or 35.21% from 551); Max value from RGB is 205 - color contains mainly: red. Hex color #CD98C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD98C2 is #32673D. Grayscale: #ACACAC. Windows color (decimal): -3303230 or 12753101. OLE color: 12753101.

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

Color convert

RGB 205 152 194 -
CMYK 0 0.26 0.05 0.20
HSL 312.45º 0.35% 0.7% -
HSV(B) 312.45º 0.26% 0.8% -
XYZ 46.14 39.33 56.2 -
YUV 172.64 140.06 151.08 -
System Red Green Blue C M Y K H S L
Decimal 205 152 194 0 0.26 0.05 0.20 312.45 0.35 0.7
Hex CD 98 C2 0 1A 5 14 138 23 46
Octal 315 230 302 0 32 5 24 470 43 106
Binary 11001101 10011000 11000010 0 11010 101 10100 100111000 100011 1000110

Color Harmonies of #CD98C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD98C2

Black with #CD98C2

Text Example


Text Example

White with #CD98C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD98C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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