#C053FD

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

Shades of Medium Orchid #C053FD

Tints of Medium Orchid #C053FD

Color information

#C053FD (or 0xC053FD) is unknown color: approx Medium Orchid. HEX triplet: C0, 53 and FD. RGB value is (192,83,253). Sum of RGB (Red+Green+Blue) = 192+83+253=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 83 (32.81% from 255 or 15.72% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #C053FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C053FD is #3FAC02. Grayscale: #868686. Windows color (decimal): -4172803 or 16602048. OLE color: 16602048.

HSL color Cylindrical-coordinate representation of color #C053FD: hue angle of 278.47º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C053FD is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19283253-
CMYK0.240.6700.01
HSL278.47º97.7%65.88%-
HSV(B)278.47º67.19%99.22%-
XYZ42.5624.4895.41-
YUV134.97194.61168.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.36%
GREEN value IS 83 (32.81% from 255) = 15.72%
BLUE value IS 253 (99.22% from 255) = 47.92%
R=36.36%
G=15.72%
B=47.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal192832530.240.6700.01278.4797.765.88
HexC053FD1843011166242
Octal3001233753010301426142102
Binary110000001010011111111011100010000110110001011011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C053FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C053FD; }

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

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

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

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

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

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

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

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