Html Css Color HEX #D4A5CA Lilac

📋 copy color: '#D4A5CA'

red 212 ◦ green 165 ◦ blue 202

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

Shades of Lilac #D4A5CA

Tints of Lilac #D4A5CA

RGB

 RED value IS 212 (83.2% from 255) = 36.61%

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

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

R = 36.61%
G = 28.5%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D4A5CA (or 0xD4A5CA) is known color: Lilac. HEX triplet: D4, A5 and CA. RGB value is (212,165,202). Sum of RGB (Red+Green+Blue) = 212+165+202=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 165 (64.84% from 255 or 28.50% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A5CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A5CA is #2B5A35. Grayscale: #B7B7B7. Windows color (decimal): -2841142 or 13280724. OLE color: 13280724.

HSL color Cylindrical-coordinate representation of color #D4A5CA: hue angle of 312.77º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4A5CA is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 165 202 -
CMYK 0 0.22 0.05 0.17
HSL 312.77º 0.35% 0.74% -
HSV(B) 312.77º 0.22% 0.83% -
XYZ 51.27 45.17 61.89 -
YUV 183.27 138.57 148.49 -
System Red Green Blue C M Y K H S L
Decimal 212 165 202 0 0.22 0.05 0.17 312.77 0.35 0.74
Hex D4 A5 CA 0 16 5 11 139 23 4A
Octal 324 245 312 0 26 5 21 471 43 112
Binary 11010100 10100101 11001010 0 10110 101 10001 100111001 100011 1001010

Color Harmonies of #D4A5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A5CA

Black with #D4A5CA

Text Example


Text Example

White with #D4A5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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