Html Css Color HEX #C286C7 Lilac

📋 copy color: '#C286C7'

red 194 ◦ green 134 ◦ blue 199

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

Shades of Lilac #C286C7

Tints of Lilac #C286C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.76%

R = 36.81%
G = 25.43%
B = 37.76%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C286C7 (or 0xC286C7) is known color: Lilac. HEX triplet: C2, 86 and C7. RGB value is (194,134,199). Sum of RGB (Red+Green+Blue) = 194+134+199=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 199 (78.12% from 255 or 37.76% from 527); Max value from RGB is 199 - color contains mainly: blue. Hex color #C286C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C286C7 is #3D7938. Grayscale: #9F9F9F. Windows color (decimal): -4028729 or 13076162. OLE color: 13076162.

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

Color convert

RGB 194 134 199 -
CMYK 0.03 0.33 0 0.22
HSL 295.38º 0.37% 0.65% -
HSV(B) 295.38º 0.33% 0.78% -
XYZ 41.08 32.64 58.17 -
YUV 159.35 150.38 152.71 -
System Red Green Blue C M Y K H S L
Decimal 194 134 199 0.03 0.33 0 0.22 295.38 0.37 0.65
Hex C2 86 C7 3 21 0 16 127 25 41
Octal 302 206 307 3 41 0 26 447 45 101
Binary 11000010 10000110 11000111 11 100001 0 10110 100100111 100101 1000001

Color Harmonies of #C286C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C286C7

Black with #C286C7

Text Example


Text Example

White with #C286C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C286C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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