Html Css Color HEX #C086C6 Lilac

📋 copy color: '#C086C6'

red 192 ◦ green 134 ◦ blue 198

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

Shades of Lilac #C086C6

Tints of Lilac #C086C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.79%

R = 36.64%
G = 25.57%
B = 37.79%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C086C6 (or 0xC086C6) is known color: Lilac. HEX triplet: C0, 86 and C6. RGB value is (192,134,198). Sum of RGB (Red+Green+Blue) = 192+134+198=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 198 (77.73% from 255 or 37.79% from 524); Max value from RGB is 198 - color contains mainly: blue. Hex color #C086C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C086C6 is #3F7939. Grayscale: #9E9E9E. Windows color (decimal): -4159802 or 13010624. OLE color: 13010624.

HSL color Cylindrical-coordinate representation of color #C086C6: hue angle of 294.38º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C086C6 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 134 198 -
CMYK 0.03 0.32 0 0.22
HSL 294.38º 0.36% 0.65% -
HSV(B) 294.38º 0.32% 0.78% -
XYZ 40.46 32.33 57.53 -
YUV 158.64 150.22 151.8 -
System Red Green Blue C M Y K H S L
Decimal 192 134 198 0.03 0.32 0 0.22 294.38 0.36 0.65
Hex C0 86 C6 3 20 0 16 126 24 41
Octal 300 206 306 3 40 0 26 446 44 101
Binary 11000000 10000110 11000110 11 100000 0 10110 100100110 100100 1000001

Color Harmonies of #C086C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C086C6

Black with #C086C6

Text Example


Text Example

White with #C086C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C086C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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