Html Css Color HEX #C286CD Lilac

📋 copy color: '#C286CD'

red 194 ◦ green 134 ◦ blue 205

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

Shades of Lilac #C286CD

Tints of Lilac #C286CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.46%

R = 36.4%
G = 25.14%
B = 38.46%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C286CD (or 0xC286CD) is known color: Lilac. HEX triplet: C2, 86 and CD. RGB value is (194,134,205). Sum of RGB (Red+Green+Blue) = 194+134+205=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #C286CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C286CD is #3D7932. Grayscale: #9F9F9F. Windows color (decimal): -4028723 or 13469378. OLE color: 13469378.

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

Color convert

RGB 194 134 205 -
CMYK 0.05 0.35 0 0.20
HSL 290.7º 0.42% 0.66% -
HSV(B) 290.7º 0.35% 0.8% -
XYZ 41.79 32.93 61.91 -
YUV 160.03 153.38 152.23 -
System Red Green Blue C M Y K H S L
Decimal 194 134 205 0.05 0.35 0 0.20 290.7 0.42 0.66
Hex C2 86 CD 5 23 0 14 123 2A 42
Octal 302 206 315 5 43 0 24 443 52 102
Binary 11000010 10000110 11001101 101 100011 0 10100 100100011 101010 1000010

Color Harmonies of #C286CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C286CD

Black with #C286CD

Text Example


Text Example

White with #C286CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C286CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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