Html Css Color HEX #C286CB Lilac

📋 copy color: '#C286CB'

red 194 ◦ green 134 ◦ blue 203

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

Shades of Lilac #C286CB

Tints of Lilac #C286CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.23%

R = 36.53%
G = 25.24%
B = 38.23%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C286CB (or 0xC286CB) is known color: Lilac. HEX triplet: C2, 86 and CB. RGB value is (194,134,203). Sum of RGB (Red+Green+Blue) = 194+134+203=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #C286CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C286CB is #3D7934. Grayscale: #9F9F9F. Windows color (decimal): -4028725 or 13338306. OLE color: 13338306.

HSL color Cylindrical-coordinate representation of color #C286CB: hue angle of 292.17º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C286CB is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 134 203 -
CMYK 0.04 0.34 0 0.20
HSL 292.17º 0.4% 0.66% -
HSV(B) 292.17º 0.34% 0.8% -
XYZ 41.55 32.83 60.65 -
YUV 159.81 152.38 152.39 -
System Red Green Blue C M Y K H S L
Decimal 194 134 203 0.04 0.34 0 0.20 292.17 0.4 0.66
Hex C2 86 CB 4 22 0 14 124 28 42
Octal 302 206 313 4 42 0 24 444 50 102
Binary 11000010 10000110 11001011 100 100010 0 10100 100100100 101000 1000010

Color Harmonies of #C286CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C286CB

Black with #C286CB

Text Example


Text Example

White with #C286CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C286CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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