Html Css Color HEX #C582C1 Lilac

📋 copy color: '#C582C1'

red 197 ◦ green 130 ◦ blue 193

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

Shades of Lilac #C582C1

Tints of Lilac #C582C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.12%

R = 37.88%
G = 25%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C582C1 (or 0xC582C1) is known color: Lilac. HEX triplet: C5, 82 and C1. RGB value is (197,130,193). Sum of RGB (Red+Green+Blue) = 197+130+193=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 197 - color contains mainly: red. Hex color #C582C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C582C1 is #3A7D3E. Grayscale: #9D9D9D. Windows color (decimal): -3833151 or 12681925. OLE color: 12681925.

HSL color Cylindrical-coordinate representation of color #C582C1: hue angle of 303.58º 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 #C582C1 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 130 193 -
CMYK 0 0.34 0.02 0.23
HSL 303.58º 0.37% 0.64% -
HSV(B) 303.58º 0.34% 0.77% -
XYZ 40.63 31.69 54.43 -
YUV 157.22 148.2 156.38 -
System Red Green Blue C M Y K H S L
Decimal 197 130 193 0 0.34 0.02 0.23 303.58 0.37 0.64
Hex C5 82 C1 0 22 2 17 130 25 40
Octal 305 202 301 0 42 2 27 460 45 100
Binary 11000101 10000010 11000001 0 100010 10 10111 100110000 100101 1000000

Color Harmonies of #C582C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C582C1

Black with #C582C1

Text Example


Text Example

White with #C582C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C582C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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