Html Css Color HEX #C084C0 Lilac

📋 copy color: '#C084C0'

red 192 ◦ green 132 ◦ blue 192

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

Shades of Lilac #C084C0

Tints of Lilac #C084C0

RGB

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

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

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

R = 37.21%
G = 25.58%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#C084C0 (or 0xC084C0) is known color: Lilac. HEX triplet: C0, 84 and C0. RGB value is (192,132,192). Sum of RGB (Red+Green+Blue) = 192+132+192=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C084C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C084C0 is #3F7B3F. Grayscale: #9C9C9C. Windows color (decimal): -4160320 or 12616896. OLE color: 12616896.

HSL color Cylindrical-coordinate representation of color #C084C0: hue angle of 300º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C084C0 is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 132 192 -
CMYK 0 0.31 0 0.25
HSL 300º 0.32% 0.64% -
HSV(B) 300º 0.31% 0.75% -
XYZ 39.5 31.51 53.87 -
YUV 156.78 147.88 153.12 -
System Red Green Blue C M Y K H S L
Decimal 192 132 192 0 0.31 0 0.25 300 0.32 0.64
Hex C0 84 C0 0 1F 0 19 12C 20 40
Octal 300 204 300 0 37 0 31 454 40 100
Binary 11000000 10000100 11000000 0 11111 0 11001 100101100 100000 1000000

Color Harmonies of #C084C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C084C0

Black with #C084C0

Text Example


Text Example

White with #C084C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C084C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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