Html Css Color HEX #CA8AD0 Lilac

📋 copy color: '#CA8AD0'

red 202 ◦ green 138 ◦ blue 208

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

Shades of Lilac #CA8AD0

Tints of Lilac #CA8AD0

RGB

 RED value IS 202 (79.3% from 255) = 36.86%

 GREEN value IS 138 (54.3% from 255) = 25.18%

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

R = 36.86%
G = 25.18%
B = 37.96%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA8AD0 (or 0xCA8AD0) is known color: Lilac. HEX triplet: CA, 8A and D0. RGB value is (202,138,208). Sum of RGB (Red+Green+Blue) = 202+138+208=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 138 (54.30% from 255 or 25.18% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA8AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8AD0 is #35752F. Grayscale: #A4A4A4. Windows color (decimal): -3503408 or 13667018. OLE color: 13667018.

HSL color Cylindrical-coordinate representation of color #CA8AD0: hue angle of 294.86º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA8AD0 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 138 208 -
CMYK 0.03 0.34 0 0.18
HSL 294.86º 0.43% 0.68% -
HSV(B) 294.86º 0.34% 0.82% -
XYZ 44.83 35.29 64.12 -
YUV 165.12 152.2 154.31 -
System Red Green Blue C M Y K H S L
Decimal 202 138 208 0.03 0.34 0 0.18 294.86 0.43 0.68
Hex CA 8A D0 3 22 0 12 127 2B 44
Octal 312 212 320 3 42 0 22 447 53 104
Binary 11001010 10001010 11010000 11 100010 0 10010 100100111 101011 1000100

Color Harmonies of #CA8AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8AD0

Black with #CA8AD0

Text Example


Text Example

White with #CA8AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8AD0; }

 p { color: rgb(202,138,208); }

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

background-color css

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

 a { background-color: rgb(202,138,208); }

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

border-color css

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

 span { border-color: rgb(202,138,208); }

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