Html Css Color HEX #CA86CB Lilac

📋 copy color: '#CA86CB'

red 202 ◦ green 134 ◦ blue 203

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

Shades of Lilac #CA86CB

Tints of Lilac #CA86CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.66%

R = 37.48%
G = 24.86%
B = 37.66%

CMYK

 C value IS 0.00

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA86CB (or 0xCA86CB) is known color: Lilac. HEX triplet: CA, 86 and CB. RGB value is (202,134,203). Sum of RGB (Red+Green+Blue) = 202+134+203=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 134 (52.73% from 255 or 24.86% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA86CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA86CB is #357934. Grayscale: #A1A1A1. Windows color (decimal): -3504437 or 13338314. OLE color: 13338314.

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

Color convert

RGB 202 134 203 -
CMYK 0.00 0.34 0 0.20
HSL 299.13º 0.4% 0.66% -
HSV(B) 299.13º 0.34% 0.8% -
XYZ 43.66 33.92 60.75 -
YUV 162.2 151.03 156.39 -
System Red Green Blue C M Y K H S L
Decimal 202 134 203 0.00 0.34 0 0.20 299.13 0.4 0.66
Hex CA 86 CB 0 22 0 14 12B 28 42
Octal 312 206 313 0 42 0 24 453 50 102
Binary 11001010 10000110 11001011 0 100010 0 10100 100101011 101000 1000010

Color Harmonies of #CA86CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA86CB

Black with #CA86CB

Text Example


Text Example

White with #CA86CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA86CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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