Html Css Color HEX #C686CC Lilac

📋 copy color: '#C686CC'

red 198 ◦ green 134 ◦ blue 204

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

Shades of Lilac #C686CC

Tints of Lilac #C686CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.06%

R = 36.94%
G = 25%
B = 38.06%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C686CC (or 0xC686CC) is known color: Lilac. HEX triplet: C6, 86 and CC. RGB value is (198,134,204). Sum of RGB (Red+Green+Blue) = 198+134+204=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #C686CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C686CC is #397933. Grayscale: #A0A0A0. Windows color (decimal): -3766580 or 13403846. OLE color: 13403846.

HSL color Cylindrical-coordinate representation of color #C686CC: hue angle of 294.86º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C686CC is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 134 204 -
CMYK 0.03 0.34 0 0.2
HSL 294.86º 0.41% 0.66% -
HSV(B) 294.86º 0.34% 0.8% -
XYZ 42.71 33.42 61.33 -
YUV 161.12 152.2 154.31 -
System Red Green Blue C M Y K H S L
Decimal 198 134 204 0.03 0.34 0 0.2 294.86 0.41 0.66
Hex C6 86 CC 3 22 0 14 127 29 42
Octal 306 206 314 3 42 0 24 447 51 102
Binary 11000110 10000110 11001100 11 100010 0 10100 100100111 101001 1000010

Color Harmonies of #C686CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C686CC

Black with #C686CC

Text Example


Text Example

White with #C686CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C686CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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