Html Css Color HEX #C082C1 Lilac

📋 copy color: '#C082C1'

red 192 ◦ green 130 ◦ blue 193

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

Shades of Lilac #C082C1

Tints of Lilac #C082C1

RGB

 RED value IS 192 (75.39% from 255) = 37.28%

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

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

R = 37.28%
G = 25.24%
B = 37.48%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C082C1 (or 0xC082C1) is known color: Lilac. HEX triplet: C0, 82 and C1. RGB value is (192,130,193). Sum of RGB (Red+Green+Blue) = 192+130+193=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 193 - color contains mainly: blue. Hex color #C082C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C082C1 is #3F7D3E. Grayscale: #9B9B9B. Windows color (decimal): -4160831 or 12681920. OLE color: 12681920.

HSL color Cylindrical-coordinate representation of color #C082C1: hue angle of 299.05º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C082C1 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 130 193 -
CMYK 0.01 0.33 0 0.24
HSL 299.05º 0.34% 0.63% -
HSV(B) 299.05º 0.33% 0.76% -
XYZ 39.35 31.02 54.37 -
YUV 155.72 149.04 153.88 -
System Red Green Blue C M Y K H S L
Decimal 192 130 193 0.01 0.33 0 0.24 299.05 0.34 0.63
Hex C0 82 C1 1 21 0 18 12B 22 3F
Octal 300 202 301 1 41 0 30 453 42 77
Binary 11000000 10000010 11000001 1 100001 0 11000 100101011 100010 111111

Color Harmonies of #C082C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C082C1

Black with #C082C1

Text Example


Text Example

White with #C082C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C082C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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