Html Css Color HEX #C286CA Lilac

📋 copy color: '#C286CA'

red 194 ◦ green 134 ◦ blue 202

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

Shades of Lilac #C286CA

Tints of Lilac #C286CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.11%

R = 36.6%
G = 25.28%
B = 38.11%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C286CA (or 0xC286CA) is known color: Lilac. HEX triplet: C2, 86 and CA. RGB value is (194,134,202). Sum of RGB (Red+Green+Blue) = 194+134+202=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 134 (52.73% from 255 or 25.28% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #C286CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C286CA is #3D7935. Grayscale: #9F9F9F. Windows color (decimal): -4028726 or 13272770. OLE color: 13272770.

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

Color convert

RGB 194 134 202 -
CMYK 0.04 0.34 0 0.21
HSL 292.94º 0.39% 0.66% -
HSV(B) 292.94º 0.34% 0.79% -
XYZ 41.43 32.78 60.02 -
YUV 159.69 151.88 152.47 -
System Red Green Blue C M Y K H S L
Decimal 194 134 202 0.04 0.34 0 0.21 292.94 0.39 0.66
Hex C2 86 CA 4 22 0 15 125 27 42
Octal 302 206 312 4 42 0 25 445 47 102
Binary 11000010 10000110 11001010 100 100010 0 10101 100100101 100111 1000010

Color Harmonies of #C286CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C286CA

Black with #C286CA

Text Example


Text Example

White with #C286CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C286CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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