Html Css Color HEX #C286BF Lilac

📋 copy color: '#C286BF'

red 194 ◦ green 134 ◦ blue 191

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

Shades of Lilac #C286BF

Tints of Lilac #C286BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.8%

R = 37.38%
G = 25.82%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C286BF (or 0xC286BF) is known color: Lilac. HEX triplet: C2, 86 and BF. RGB value is (194,134,191). Sum of RGB (Red+Green+Blue) = 194+134+191=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C286BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C286BF is #3D7940. Grayscale: #9E9E9E. Windows color (decimal): -4028737 or 12551874. OLE color: 12551874.

HSL color Cylindrical-coordinate representation of color #C286BF: hue angle of 303º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C286BF is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 134 191 -
CMYK 0 0.31 0.02 0.24
HSL 303º 0.33% 0.64% -
HSV(B) 303º 0.31% 0.76% -
XYZ 40.18 32.28 53.4 -
YUV 158.44 146.38 153.37 -
System Red Green Blue C M Y K H S L
Decimal 194 134 191 0 0.31 0.02 0.24 303 0.33 0.64
Hex C2 86 BF 0 1F 2 18 12F 21 40
Octal 302 206 277 0 37 2 30 457 41 100
Binary 11000010 10000110 10111111 0 11111 10 11000 100101111 100001 1000000

Color Harmonies of #C286BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C286BF

Black with #C286BF

Text Example


Text Example

White with #C286BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C286BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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