Html Css Color HEX #CA87C5 Lilac

📋 copy color: '#CA87C5'

red 202 ◦ green 135 ◦ blue 197

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

Shades of Lilac #CA87C5

Tints of Lilac #CA87C5

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.28%

 BLUE value IS 197 (77.34% from 255) = 36.89%

R = 37.83%
G = 25.28%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CA87C5 (or 0xCA87C5) is known color: Lilac. HEX triplet: CA, 87 and C5. RGB value is (202,135,197). Sum of RGB (Red+Green+Blue) = 202+135+197=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CA87C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA87C5 is #35783A. Grayscale: #A1A1A1. Windows color (decimal): -3504187 or 12945354. OLE color: 12945354.

HSL color Cylindrical-coordinate representation of color #CA87C5: hue angle of 304.48º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA87C5 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 135 197 -
CMYK 0 0.33 0.02 0.21
HSL 304.48º 0.39% 0.66% -
HSV(B) 304.48º 0.33% 0.79% -
XYZ 43.1 33.92 57.1 -
YUV 162.1 147.7 156.46 -
System Red Green Blue C M Y K H S L
Decimal 202 135 197 0 0.33 0.02 0.21 304.48 0.39 0.66
Hex CA 87 C5 0 21 2 15 130 27 42
Octal 312 207 305 0 41 2 25 460 47 102
Binary 11001010 10000111 11000101 0 100001 10 10101 100110000 100111 1000010

Color Harmonies of #CA87C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA87C5

Black with #CA87C5

Text Example


Text Example

White with #CA87C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA87C5; }

 p { color: rgb(202,135,197); }

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

background-color css

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

 a { background-color: rgb(202,135,197); }

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

border-color css

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

 span { border-color: rgb(202,135,197); }

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