Html Css Color HEX #CD9DCA Lilac

📋 copy color: '#CD9DCA'

red 205 ◦ green 157 ◦ blue 202

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

Shades of Lilac #CD9DCA

Tints of Lilac #CD9DCA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.84%

 BLUE value IS 202 (79.3% from 255) = 35.82%

R = 36.35%
G = 27.84%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CD9DCA (or 0xCD9DCA) is known color: Lilac. HEX triplet: CD, 9D and CA. RGB value is (205,157,202). Sum of RGB (Red+Green+Blue) = 205+157+202=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9DCA is #326235. Grayscale: #B0B0B0. Windows color (decimal): -3301942 or 13278669. OLE color: 13278669.

HSL color Cylindrical-coordinate representation of color #CD9DCA: hue angle of 303.75º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CD9DCA is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 157 202 -
CMYK 0 0.23 0.01 0.20
HSL 303.75º 0.32% 0.71% -
HSV(B) 303.75º 0.23% 0.8% -
XYZ 47.89 41.36 61.34 -
YUV 176.48 142.4 148.34 -
System Red Green Blue C M Y K H S L
Decimal 205 157 202 0 0.23 0.01 0.20 303.75 0.32 0.71
Hex CD 9D CA 0 17 1 14 130 20 47
Octal 315 235 312 0 27 1 24 460 40 107
Binary 11001101 10011101 11001010 0 10111 1 10100 100110000 100000 1000111

Color Harmonies of #CD9DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9DCA

Black with #CD9DCA

Text Example


Text Example

White with #CD9DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9DCA; }

 p { color: rgb(205,157,202); }

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

background-color css

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

 a { background-color: rgb(205,157,202); }

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

border-color css

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

 span { border-color: rgb(205,157,202); }

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