Html Css Color HEX #CDA2C5 Lilac

📋 copy color: '#CDA2C5'

red 205 ◦ green 162 ◦ blue 197

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

Shades of Lilac #CDA2C5

Tints of Lilac #CDA2C5

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.72%

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

R = 36.35%
G = 28.72%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CDA2C5 (or 0xCDA2C5) is known color: Lilac. HEX triplet: CD, A2 and C5. RGB value is (205,162,197). Sum of RGB (Red+Green+Blue) = 205+162+197=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 162 (63.67% from 255 or 28.72% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA2C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA2C5 is #325D3A. Grayscale: #B2B2B2. Windows color (decimal): -3300667 or 12952269. OLE color: 12952269.

HSL color Cylindrical-coordinate representation of color #CDA2C5: hue angle of 311.16º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDA2C5 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 162 197 -
CMYK 0 0.21 0.04 0.20
HSL 311.16º 0.3% 0.72% -
HSV(B) 311.16º 0.21% 0.8% -
XYZ 48.18 42.85 58.56 -
YUV 178.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 205 162 197 0 0.21 0.04 0.20 311.16 0.3 0.72
Hex CD A2 C5 0 15 4 14 137 1E 48
Octal 315 242 305 0 25 4 24 467 36 110
Binary 11001101 10100010 11000101 0 10101 100 10100 100110111 11110 1001000

Color Harmonies of #CDA2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA2C5

Black with #CDA2C5

Text Example


Text Example

White with #CDA2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA2C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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