Html Css Color HEX #C686BE Lilac

📋 copy color: '#C686BE'

red 198 ◦ green 134 ◦ blue 190

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

Shades of Lilac #C686BE

Tints of Lilac #C686BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.4%

R = 37.93%
G = 25.67%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C686BE (or 0xC686BE) is known color: Lilac. HEX triplet: C6, 86 and BE. RGB value is (198,134,190). Sum of RGB (Red+Green+Blue) = 198+134+190=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 198 - color contains mainly: red. Hex color #C686BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C686BE is #397941. Grayscale: #9F9F9F. Windows color (decimal): -3766594 or 12486342. OLE color: 12486342.

HSL color Cylindrical-coordinate representation of color #C686BE: hue angle of 307.5º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C686BE is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 134 190 -
CMYK 0 0.32 0.04 0.22
HSL 307.5º 0.36% 0.65% -
HSV(B) 307.5º 0.32% 0.78% -
XYZ 41.11 32.77 52.87 -
YUV 159.52 145.2 155.45 -
System Red Green Blue C M Y K H S L
Decimal 198 134 190 0 0.32 0.04 0.22 307.5 0.36 0.65
Hex C6 86 BE 0 20 4 16 134 24 41
Octal 306 206 276 0 40 4 26 464 44 101
Binary 11000110 10000110 10111110 0 100000 100 10110 100110100 100100 1000001

Color Harmonies of #C686BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C686BE

Black with #C686BE

Text Example


Text Example

White with #C686BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C686BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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