Html Css Color HEX #C082C4 Lilac

📋 copy color: '#C082C4'

red 192 ◦ green 130 ◦ blue 196

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

Shades of Lilac #C082C4

Tints of Lilac #C082C4

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

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

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

Color convert

RGB 192 130 196 -
CMYK 0.02 0.34 0 0.23
HSL 296.36º 0.36% 0.64% -
HSV(B) 296.36º 0.34% 0.77% -
XYZ 39.68 31.16 56.15 -
YUV 156.06 150.54 153.63 -
System Red Green Blue C M Y K H S L
Decimal 192 130 196 0.02 0.34 0 0.23 296.36 0.36 0.64
Hex C0 82 C4 2 22 0 17 128 24 40
Octal 300 202 304 2 42 0 27 450 44 100
Binary 11000000 10000010 11000100 10 100010 0 10111 100101000 100100 1000000

Color Harmonies of #C082C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C082C4

Black with #C082C4

Text Example


Text Example

White with #C082C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C082C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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