#C053DE

Color #C053DE Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C053DE

Tints of Medium Orchid #C053DE

Color information

#C053DE (or 0xC053DE) is unknown color: approx Medium Orchid. HEX triplet: C0, 53 and DE. RGB value is (192,83,222). Sum of RGB (Red+Green+Blue) = 192+83+222=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 83 (32.81% from 255 or 16.70% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #C053DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C053DE is #3FAC21. Grayscale: #828282. Windows color (decimal): -4172834 or 14570432. OLE color: 14570432.

HSL color Cylindrical-coordinate representation of color #C053DE: hue angle of 287.05º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C053DE is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19283222-
CMYK0.140.6300.13
HSL287.05º67.8%59.8%-
HSV(B)287.05º62.61%87.06%-
XYZ38.0222.6771.48-
YUV131.44179.11171.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.63%
GREEN value IS 83 (32.81% from 255) = 16.70%
BLUE value IS 222 (87.11% from 255) = 44.67%
R=38.63%
G=16.70%
B=44.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal192832220.140.6300.13287.0567.859.8
HexC053DEE3F0D11f443c
Octal300123336167701543710474
Binary110000001010011110111101110111111011011000111111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C053DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C053DE; }

 p { color: rgb(192,83,222); }

 H1.HeaderClassName
 {
   color: #C053DE;
 }
 .AnyTagClassName
 {
   color: #C053DE;
 }
</style>
background-color css

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

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

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

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

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

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