Html Css Color HEX #C682C0 Lilac

📋 copy color: '#C682C0'

red 198 ◦ green 130 ◦ blue 192

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

Shades of Lilac #C682C0

Tints of Lilac #C682C0

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25%

 BLUE value IS 192 (75.39% from 255) = 36.92%

R = 38.08%
G = 25%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C682C0 (or 0xC682C0) is known color: Lilac. HEX triplet: C6, 82 and C0. RGB value is (198,130,192). Sum of RGB (Red+Green+Blue) = 198+130+192=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 198 - color contains mainly: red. Hex color #C682C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C682C0 is #397D3F. Grayscale: #9D9D9D. Windows color (decimal): -3767616 or 12616390. OLE color: 12616390.

HSL color Cylindrical-coordinate representation of color #C682C0: hue angle of 305.29º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C682C0 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 130 192 -
CMYK 0 0.34 0.03 0.22
HSL 305.29º 0.37% 0.64% -
HSV(B) 305.29º 0.34% 0.78% -
XYZ 40.79 31.78 53.85 -
YUV 157.4 147.53 156.96 -
System Red Green Blue C M Y K H S L
Decimal 198 130 192 0 0.34 0.03 0.22 305.29 0.37 0.64
Hex C6 82 C0 0 22 3 16 131 25 40
Octal 306 202 300 0 42 3 26 461 45 100
Binary 11000110 10000010 11000000 0 100010 11 10110 100110001 100101 1000000

Color Harmonies of #C682C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C682C0

Black with #C682C0

Text Example


Text Example

White with #C682C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C682C0; }

 p { color: rgb(198,130,192); }

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

background-color css

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

 a { background-color: rgb(198,130,192); }

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

border-color css

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

 span { border-color: rgb(198,130,192); }

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