Html Css Color HEX #CDA1CC Lilac

📋 copy color: '#CDA1CC'

red 205 ◦ green 161 ◦ blue 204

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

Shades of Lilac #CDA1CC

Tints of Lilac #CDA1CC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.25%

 BLUE value IS 204 (80.08% from 255) = 35.79%

R = 35.96%
G = 28.25%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CDA1CC (or 0xCDA1CC) is known color: Lilac. HEX triplet: CD, A1 and CC. RGB value is (205,161,204). Sum of RGB (Red+Green+Blue) = 205+161+204=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 161 (63.28% from 255 or 28.25% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA1CC is #325E33. Grayscale: #B2B2B2. Windows color (decimal): -3300916 or 13410765. OLE color: 13410765.

HSL color Cylindrical-coordinate representation of color #CDA1CC: hue angle of 301.36º degrees, saturation: 0.31, 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 #CDA1CC is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 161 204 -
CMYK 0 0.21 0.00 0.20
HSL 301.36º 0.31% 0.72% -
HSV(B) 301.36º 0.21% 0.8% -
XYZ 48.82 42.83 62.82 -
YUV 179.06 142.08 146.5 -
System Red Green Blue C M Y K H S L
Decimal 205 161 204 0 0.21 0.00 0.20 301.36 0.31 0.72
Hex CD A1 CC 0 15 0 14 12D 1F 48
Octal 315 241 314 0 25 0 24 455 37 110
Binary 11001101 10100001 11001100 0 10101 0 10100 100101101 11111 1001000

Color Harmonies of #CDA1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA1CC

Black with #CDA1CC

Text Example


Text Example

White with #CDA1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA1CC; }

 p { color: rgb(205,161,204); }

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

background-color css

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

 a { background-color: rgb(205,161,204); }

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

border-color css

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

 span { border-color: rgb(205,161,204); }

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