Html Css Color HEX #C686CE Lilac

📋 copy color: '#C686CE'

red 198 ◦ green 134 ◦ blue 206

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

Shades of Lilac #C686CE

Tints of Lilac #C686CE

RGB

 RED value IS 198 (77.73% from 255) = 36.8%

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

 BLUE value IS 206 (80.86% from 255) = 38.29%

R = 36.8%
G = 24.91%
B = 38.29%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C686CE (or 0xC686CE) is known color: Lilac. HEX triplet: C6, 86 and CE. RGB value is (198,134,206). Sum of RGB (Red+Green+Blue) = 198+134+206=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 134 (52.73% from 255 or 24.91% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #C686CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C686CE is #397931. Grayscale: #A1A1A1. Windows color (decimal): -3766578 or 13534918. OLE color: 13534918.

HSL color Cylindrical-coordinate representation of color #C686CE: hue angle of 293.33º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C686CE is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 134 206 -
CMYK 0.04 0.35 0 0.19
HSL 293.33º 0.42% 0.67% -
HSV(B) 293.33º 0.35% 0.81% -
XYZ 42.95 33.51 62.6 -
YUV 161.34 153.2 154.15 -
System Red Green Blue C M Y K H S L
Decimal 198 134 206 0.04 0.35 0 0.19 293.33 0.42 0.67
Hex C6 86 CE 4 23 0 13 125 2A 43
Octal 306 206 316 4 43 0 23 445 52 103
Binary 11000110 10000110 11001110 100 100011 0 10011 100100101 101010 1000011

Color Harmonies of #C686CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C686CE

Black with #C686CE

Text Example


Text Example

White with #C686CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C686CE; }

 p { color: rgb(198,134,206); }

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

background-color css

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

 a { background-color: rgb(198,134,206); }

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

border-color css

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

 span { border-color: rgb(198,134,206); }

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