Html Css Color HEX #C084C8 Lilac

📋 copy color: '#C084C8'

red 192 ◦ green 132 ◦ blue 200

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

Shades of Lilac #C084C8

Tints of Lilac #C084C8

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.19%

 BLUE value IS 200 (78.52% from 255) = 38.17%

R = 36.64%
G = 25.19%
B = 38.17%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C084C8 (or 0xC084C8) is known color: Lilac. HEX triplet: C0, 84 and C8. RGB value is (192,132,200). Sum of RGB (Red+Green+Blue) = 192+132+200=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 200 (78.52% from 255 or 38.17% from 524); Max value from RGB is 200 - color contains mainly: blue. Hex color #C084C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C084C8 is #3F7B37. Grayscale: #9D9D9D. Windows color (decimal): -4160312 or 13141184. OLE color: 13141184.

HSL color Cylindrical-coordinate representation of color #C084C8: hue angle of 292.94º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C084C8 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 132 200 -
CMYK 0.04 0.34 0 0.22
HSL 292.94º 0.38% 0.65% -
HSV(B) 292.94º 0.34% 0.78% -
XYZ 40.41 31.88 58.67 -
YUV 157.69 151.88 152.47 -
System Red Green Blue C M Y K H S L
Decimal 192 132 200 0.04 0.34 0 0.22 292.94 0.38 0.65
Hex C0 84 C8 4 22 0 16 125 26 41
Octal 300 204 310 4 42 0 26 445 46 101
Binary 11000000 10000100 11001000 100 100010 0 10110 100100101 100110 1000001

Color Harmonies of #C084C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C084C8

Black with #C084C8

Text Example


Text Example

White with #C084C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C084C8; }

 p { color: rgb(192,132,200); }

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

background-color css

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

 a { background-color: rgb(192,132,200); }

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

border-color css

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

 span { border-color: rgb(192,132,200); }

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