Html Css Color HEX #C582C6 Lilac

📋 copy color: '#C582C6'

red 197 ◦ green 130 ◦ blue 198

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

Shades of Lilac #C582C6

Tints of Lilac #C582C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.71%

R = 37.52%
G = 24.76%
B = 37.71%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C582C6 (or 0xC582C6) is known color: Lilac. HEX triplet: C5, 82 and C6. RGB value is (197,130,198). Sum of RGB (Red+Green+Blue) = 197+130+198=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 198 (77.73% from 255 or 37.71% from 525); Max value from RGB is 198 - color contains mainly: blue. Hex color #C582C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C582C6 is #3A7D39. Grayscale: #9D9D9D. Windows color (decimal): -3833146 or 13009605. OLE color: 13009605.

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

Color convert

RGB 197 130 198 -
CMYK 0.01 0.34 0 0.22
HSL 299.12º 0.37% 0.64% -
HSV(B) 299.12º 0.34% 0.78% -
XYZ 41.2 31.91 57.41 -
YUV 157.79 150.7 155.97 -
System Red Green Blue C M Y K H S L
Decimal 197 130 198 0.01 0.34 0 0.22 299.12 0.37 0.64
Hex C5 82 C6 1 22 0 16 12B 25 40
Octal 305 202 306 1 42 0 26 453 45 100
Binary 11000101 10000010 11000110 1 100010 0 10110 100101011 100101 1000000

Color Harmonies of #C582C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C582C6

Black with #C582C6

Text Example


Text Example

White with #C582C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C582C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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