Html Css Color HEX #C582C0 Lilac

📋 copy color: '#C582C0'

red 197 ◦ green 130 ◦ blue 192

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

Shades of Lilac #C582C0

Tints of Lilac #C582C0

RGB

 RED value IS 197 (77.34% from 255) = 37.96%

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

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

R = 37.96%
G = 25.05%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C582C0 (or 0xC582C0) is known color: Lilac. HEX triplet: C5, 82 and C0. RGB value is (197,130,192). Sum of RGB (Red+Green+Blue) = 197+130+192=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 197 - color contains mainly: red. Hex color #C582C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C582C0 is #3A7D3F. Grayscale: #9C9C9C. Windows color (decimal): -3833152 or 12616389. OLE color: 12616389.

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

Color convert

RGB 197 130 192 -
CMYK 0 0.34 0.03 0.23
HSL 304.48º 0.37% 0.64% -
HSV(B) 304.48º 0.34% 0.77% -
XYZ 40.52 31.64 53.84 -
YUV 157.1 147.7 156.46 -
System Red Green Blue C M Y K H S L
Decimal 197 130 192 0 0.34 0.03 0.23 304.48 0.37 0.64
Hex C5 82 C0 0 22 3 17 130 25 40
Octal 305 202 300 0 42 3 27 460 45 100
Binary 11000101 10000010 11000000 0 100010 11 10111 100110000 100101 1000000

Color Harmonies of #C582C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C582C0

Black with #C582C0

Text Example


Text Example

White with #C582C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C582C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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