Html Css Color HEX #C482C0 Lilac

📋 copy color: '#C482C0'

red 196 ◦ green 130 ◦ blue 192

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

Shades of Lilac #C482C0

Tints of Lilac #C482C0

RGB

 RED value IS 196 (76.95% from 255) = 37.84%

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

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

R = 37.84%
G = 25.1%
B = 37.07%

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

#C482C0 (or 0xC482C0) is known color: Lilac. HEX triplet: C4, 82 and C0. RGB value is (196,130,192). Sum of RGB (Red+Green+Blue) = 196+130+192=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 196 - color contains mainly: red. Hex color #C482C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C482C0 is #3B7D3F. Grayscale: #9C9C9C. Windows color (decimal): -3898688 or 12616388. OLE color: 12616388.

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

Color convert

RGB 196 130 192 -
CMYK 0 0.34 0.02 0.23
HSL 303.64º 0.36% 0.64% -
HSV(B) 303.64º 0.34% 0.77% -
XYZ 40.26 31.51 53.83 -
YUV 156.8 147.87 155.96 -
System Red Green Blue C M Y K H S L
Decimal 196 130 192 0 0.34 0.02 0.23 303.64 0.36 0.64
Hex C4 82 C0 0 22 2 17 130 24 40
Octal 304 202 300 0 42 2 27 460 44 100
Binary 11000100 10000010 11000000 0 100010 10 10111 100110000 100100 1000000

Color Harmonies of #C482C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C482C0

Black with #C482C0

Text Example


Text Example

White with #C482C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C482C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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