#C054D0

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

Shades of Medium Orchid #C054D0

Tints of Medium Orchid #C054D0

Color information

#C054D0 (or 0xC054D0) is unknown color: approx Medium Orchid. HEX triplet: C0, 54 and D0. RGB value is (192,84,208). Sum of RGB (Red+Green+Blue) = 192+84+208=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 84 (33.20% from 255 or 17.36% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #C054D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C054D0 is #3FAB2F. Grayscale: #828282. Windows color (decimal): -4172592 or 13653184. OLE color: 13653184.

HSL color Cylindrical-coordinate representation of color #C054D0: hue angle of 292.26º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C054D0 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19284208-
CMYK0.080.6000.18
HSL292.26º56.88%57.25%-
HSV(B)292.26º59.62%81.57%-
XYZ36.2922.162.03-
YUV130.43171.78171.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.67%
GREEN value IS 84 (33.20% from 255) = 17.36%
BLUE value IS 208 (81.64% from 255) = 42.98%
R=39.67%
G=17.36%
B=42.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal192842080.080.6000.18292.2656.8857.25
HexC054D083C0121243939
Octal30012432010740224447171
Binary110000001010100110100001000111100010010100100100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C054D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C054D0; }

 p { color: rgb(192,84,208); }

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

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

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

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

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

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

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