Html Css Color HEX #C084C5 Lilac

📋 copy color: '#C084C5'

red 192 ◦ green 132 ◦ blue 197

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

Shades of Lilac #C084C5

Tints of Lilac #C084C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.81%

R = 36.85%
G = 25.34%
B = 37.81%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C084C5 (or 0xC084C5) is known color: Lilac. HEX triplet: C0, 84 and C5. RGB value is (192,132,197). Sum of RGB (Red+Green+Blue) = 192+132+197=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 197 - color contains mainly: blue. Hex color #C084C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C084C5 is #3F7B3A. Grayscale: #9D9D9D. Windows color (decimal): -4160315 or 12944576. OLE color: 12944576.

HSL color Cylindrical-coordinate representation of color #C084C5: hue angle of 295.38º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C084C5 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 132 197 -
CMYK 0.03 0.33 0 0.23
HSL 295.38º 0.36% 0.65% -
HSV(B) 295.38º 0.33% 0.77% -
XYZ 40.07 31.74 56.84 -
YUV 157.35 150.38 152.71 -
System Red Green Blue C M Y K H S L
Decimal 192 132 197 0.03 0.33 0 0.23 295.38 0.36 0.65
Hex C0 84 C5 3 21 0 17 127 24 41
Octal 300 204 305 3 41 0 27 447 44 101
Binary 11000000 10000100 11000101 11 100001 0 10111 100100111 100100 1000001

Color Harmonies of #C084C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C084C5

Black with #C084C5

Text Example


Text Example

White with #C084C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C084C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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