#C053CF

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

Shades of Medium Orchid #C053CF

Tints of Medium Orchid #C053CF

Color information

#C053CF (or 0xC053CF) is unknown color: approx Medium Orchid. HEX triplet: C0, 53 and CF. RGB value is (192,83,207). Sum of RGB (Red+Green+Blue) = 192+83+207=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #C053CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C053CF is #3FAC30. Grayscale: #818181. Windows color (decimal): -4172849 or 13587392. OLE color: 13587392.

HSL color Cylindrical-coordinate representation of color #C053CF: hue angle of 292.74º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C053CF is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19283207-
CMYK0.070.6000.19
HSL292.74º56.36%56.86%-
HSV(B)292.74º59.9%81.18%-
XYZ36.0921.961.36-
YUV129.73171.61172.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.83%
GREEN value IS 83 (32.81% from 255) = 17.22%
BLUE value IS 207 (81.25% from 255) = 42.95%
R=39.83%
G=17.22%
B=42.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal192832070.070.6000.19292.7456.3656.86
HexC053CF73C0131253839
Octal3001233177740234457071
Binary11000000101001111001111111111100010011100100101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C053CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C053CF; }

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

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

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

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

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

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

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

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