Html Css Color HEX #CA86C9 Lilac

📋 copy color: '#CA86C9'

red 202 ◦ green 134 ◦ blue 201

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

Shades of Lilac #CA86C9

Tints of Lilac #CA86C9

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.95%

 BLUE value IS 201 (78.91% from 255) = 37.43%

R = 37.62%
G = 24.95%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#CA86C9 (or 0xCA86C9) is known color: Lilac. HEX triplet: CA, 86 and C9. RGB value is (202,134,201). Sum of RGB (Red+Green+Blue) = 202+134+201=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CA86C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA86C9 is #357936. Grayscale: #A1A1A1. Windows color (decimal): -3504439 or 13207242. OLE color: 13207242.

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

Color convert

RGB 202 134 201 -
CMYK 0 0.34 0.00 0.21
HSL 300.88º 0.39% 0.66% -
HSV(B) 300.88º 0.34% 0.79% -
XYZ 43.42 33.82 59.5 -
YUV 161.97 150.03 156.55 -
System Red Green Blue C M Y K H S L
Decimal 202 134 201 0 0.34 0.00 0.21 300.88 0.39 0.66
Hex CA 86 C9 0 22 0 15 12D 27 42
Octal 312 206 311 0 42 0 25 455 47 102
Binary 11001010 10000110 11001001 0 100010 0 10101 100101101 100111 1000010

Color Harmonies of #CA86C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA86C9

Black with #CA86C9

Text Example


Text Example

White with #CA86C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA86C9; }

 p { color: rgb(202,134,201); }

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

background-color css

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

 a { background-color: rgb(202,134,201); }

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

border-color css

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

 span { border-color: rgb(202,134,201); }

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