Html Css Color HEX #CDA5CA Lilac

📋 copy color: '#CDA5CA'

red 205 ◦ green 165 ◦ blue 202

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

Shades of Lilac #CDA5CA

Tints of Lilac #CDA5CA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.85%

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

R = 35.84%
G = 28.85%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CDA5CA (or 0xCDA5CA) is known color: Lilac. HEX triplet: CD, A5 and CA. RGB value is (205,165,202). Sum of RGB (Red+Green+Blue) = 205+165+202=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 165 (64.84% from 255 or 28.85% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA5CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA5CA is #325A35. Grayscale: #B5B5B5. Windows color (decimal): -3299894 or 13280717. OLE color: 13280717.

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

Color convert

RGB 205 165 202 -
CMYK 0 0.20 0.01 0.20
HSL 304.5º 0.29% 0.73% -
HSV(B) 304.5º 0.2% 0.8% -
XYZ 49.29 44.15 61.8 -
YUV 181.18 139.75 144.99 -
System Red Green Blue C M Y K H S L
Decimal 205 165 202 0 0.20 0.01 0.20 304.5 0.29 0.73
Hex CD A5 CA 0 14 1 14 130 1D 49
Octal 315 245 312 0 24 1 24 460 35 111
Binary 11001101 10100101 11001010 0 10100 1 10100 100110000 11101 1001001

Color Harmonies of #CDA5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA5CA

Black with #CDA5CA

Text Example


Text Example

White with #CDA5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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