Html Css Color HEX #CCA5D0 Lilac

📋 copy color: '#CCA5D0'

red 204 ◦ green 165 ◦ blue 208

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

Shades of Lilac #CCA5D0

Tints of Lilac #CCA5D0

RGB

 RED value IS 204 (80.08% from 255) = 35.36%

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

 BLUE value IS 208 (81.64% from 255) = 36.05%

R = 35.36%
G = 28.6%
B = 36.05%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CCA5D0 (or 0xCCA5D0) is known color: Lilac. HEX triplet: CC, A5 and D0. RGB value is (204,165,208). Sum of RGB (Red+Green+Blue) = 204+165+208=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 165 (64.84% from 255 or 28.60% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCA5D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA5D0 is #335A2F. Grayscale: #B5B5B5. Windows color (decimal): -3365424 or 13673932. OLE color: 13673932.

HSL color Cylindrical-coordinate representation of color #CCA5D0: hue angle of 294.42º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCA5D0 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 165 208 -
CMYK 0.02 0.21 0 0.18
HSL 294.42º 0.31% 0.73% -
HSV(B) 294.42º 0.21% 0.82% -
XYZ 49.74 44.3 65.6 -
YUV 181.56 142.92 144 -
System Red Green Blue C M Y K H S L
Decimal 204 165 208 0.02 0.21 0 0.18 294.42 0.31 0.73
Hex CC A5 D0 2 15 0 12 126 1F 49
Octal 314 245 320 2 25 0 22 446 37 111
Binary 11001100 10100101 11010000 10 10101 0 10010 100100110 11111 1001001

Color Harmonies of #CCA5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA5D0

Black with #CCA5D0

Text Example


Text Example

White with #CCA5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA5D0; }

 p { color: rgb(204,165,208); }

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

background-color css

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

 a { background-color: rgb(204,165,208); }

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

border-color css

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

 span { border-color: rgb(204,165,208); }

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