Html Css Color HEX #CDA5C6 Lilac

📋 copy color: '#CDA5C6'

red 205 ◦ green 165 ◦ blue 198

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

Shades of Lilac #CDA5C6

Tints of Lilac #CDA5C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.86%

R = 36.09%
G = 29.05%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#CDA5C6 (or 0xCDA5C6) is known color: Lilac. HEX triplet: CD, A5 and C6. RGB value is (205,165,198). Sum of RGB (Red+Green+Blue) = 205+165+198=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 165 (64.84% from 255 or 29.05% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA5C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA5C6 is #325A39. Grayscale: #B4B4B4. Windows color (decimal): -3299898 or 13018573. OLE color: 13018573.

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

Color convert

RGB 205 165 198 -
CMYK 0 0.20 0.03 0.20
HSL 310.5º 0.29% 0.73% -
HSV(B) 310.5º 0.2% 0.8% -
XYZ 48.83 43.97 59.34 -
YUV 180.72 137.75 145.32 -
System Red Green Blue C M Y K H S L
Decimal 205 165 198 0 0.20 0.03 0.20 310.5 0.29 0.73
Hex CD A5 C6 0 14 3 14 136 1D 49
Octal 315 245 306 0 24 3 24 466 35 111
Binary 11001101 10100101 11000110 0 10100 11 10100 100110110 11101 1001001

Color Harmonies of #CDA5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA5C6

Black with #CDA5C6

Text Example


Text Example

White with #CDA5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA5C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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