Html Css Color HEX #C286C6 Lilac

📋 copy color: '#C286C6'

red 194 ◦ green 134 ◦ blue 198

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

Shades of Lilac #C286C6

Tints of Lilac #C286C6

RGB

 RED value IS 194 (76.17% from 255) = 36.88%

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

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

R = 36.88%
G = 25.48%
B = 37.64%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C286C6 (or 0xC286C6) is known color: Lilac. HEX triplet: C2, 86 and C6. RGB value is (194,134,198). Sum of RGB (Red+Green+Blue) = 194+134+198=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 198 (77.73% from 255 or 37.64% from 526); Max value from RGB is 198 - color contains mainly: blue. Hex color #C286C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C286C6 is #3D7939. Grayscale: #9F9F9F. Windows color (decimal): -4028730 or 13010626. OLE color: 13010626.

HSL color Cylindrical-coordinate representation of color #C286C6: hue angle of 296.25º 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 #C286C6 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 134 198 -
CMYK 0.02 0.32 0 0.22
HSL 296.25º 0.36% 0.65% -
HSV(B) 296.25º 0.32% 0.78% -
XYZ 40.97 32.6 57.56 -
YUV 159.24 149.88 152.8 -
System Red Green Blue C M Y K H S L
Decimal 194 134 198 0.02 0.32 0 0.22 296.25 0.36 0.65
Hex C2 86 C6 2 20 0 16 128 24 41
Octal 302 206 306 2 40 0 26 450 44 101
Binary 11000010 10000110 11000110 10 100000 0 10110 100101000 100100 1000001

Color Harmonies of #C286C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C286C6

Black with #C286C6

Text Example


Text Example

White with #C286C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C286C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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