Html Css Color HEX #C086CA Lilac

📋 copy color: '#C086CA'

red 192 ◦ green 134 ◦ blue 202

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

Shades of Lilac #C086CA

Tints of Lilac #C086CA

RGB

 RED value IS 192 (75.39% from 255) = 36.36%

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

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

R = 36.36%
G = 25.38%
B = 38.26%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C086CA (or 0xC086CA) is known color: Lilac. HEX triplet: C0, 86 and CA. RGB value is (192,134,202). Sum of RGB (Red+Green+Blue) = 192+134+202=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #C086CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C086CA is #3F7935. Grayscale: #9E9E9E. Windows color (decimal): -4159798 or 13272768. OLE color: 13272768.

HSL color Cylindrical-coordinate representation of color #C086CA: hue angle of 291.18º 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 #C086CA is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 134 202 -
CMYK 0.05 0.34 0 0.21
HSL 291.18º 0.39% 0.66% -
HSV(B) 291.18º 0.34% 0.79% -
XYZ 40.92 32.52 60 -
YUV 159.09 152.22 151.47 -
System Red Green Blue C M Y K H S L
Decimal 192 134 202 0.05 0.34 0 0.21 291.18 0.39 0.66
Hex C0 86 CA 5 22 0 15 123 27 42
Octal 300 206 312 5 42 0 25 443 47 102
Binary 11000000 10000110 11001010 101 100010 0 10101 100100011 100111 1000010

Color Harmonies of #C086CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C086CA

Black with #C086CA

Text Example


Text Example

White with #C086CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C086CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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