Html Css Color HEX #C686C4 Lilac

📋 copy color: '#C686C4'

red 198 ◦ green 134 ◦ blue 196

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

Shades of Lilac #C686C4

Tints of Lilac #C686C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.12%

R = 37.5%
G = 25.38%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C686C4 (or 0xC686C4) is known color: Lilac. HEX triplet: C6, 86 and C4. RGB value is (198,134,196). Sum of RGB (Red+Green+Blue) = 198+134+196=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 196 (76.95% from 255 or 37.12% from 528); Max value from RGB is 198 - color contains mainly: red. Hex color #C686C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C686C4 is #39793B. Grayscale: #A0A0A0. Windows color (decimal): -3766588 or 12879558. OLE color: 12879558.

HSL color Cylindrical-coordinate representation of color #C686C4: hue angle of 301.88º 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 #C686C4 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 134 196 -
CMYK 0 0.32 0.01 0.22
HSL 301.88º 0.36% 0.65% -
HSV(B) 301.88º 0.32% 0.78% -
XYZ 41.78 33.04 56.4 -
YUV 160.2 148.2 154.96 -
System Red Green Blue C M Y K H S L
Decimal 198 134 196 0 0.32 0.01 0.22 301.88 0.36 0.65
Hex C6 86 C4 0 20 1 16 12E 24 41
Octal 306 206 304 0 40 1 26 456 44 101
Binary 11000110 10000110 11000100 0 100000 1 10110 100101110 100100 1000001

Color Harmonies of #C686C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C686C4

Black with #C686C4

Text Example


Text Example

White with #C686C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C686C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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