#C84EDF

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

Shades of Medium Orchid #C84EDF

Tints of Medium Orchid #C84EDF

Color information

#C84EDF (or 0xC84EDF) is unknown color: approx Medium Orchid. HEX triplet: C8, 4E and DF. RGB value is (200,78,223). Sum of RGB (Red+Green+Blue) = 200+78+223=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 78 (30.86% from 255 or 15.57% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #C84EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84EDF is #37B120. Grayscale: #828282. Windows color (decimal): -3649825 or 14634696. OLE color: 14634696.

HSL color Cylindrical-coordinate representation of color #C84EDF: hue angle of 290.48º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C84EDF is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20078223-
CMYK0.100.6500.13
HSL290.48º69.38%59.02%-
HSV(B)290.48º65.02%87.45%-
XYZ39.8623.0672.16-
YUV131.01179.92177.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.92%
GREEN value IS 78 (30.86% from 255) = 15.57%
BLUE value IS 223 (87.5% from 255) = 44.51%
R=39.92%
G=15.57%
B=44.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal200782230.100.6500.13290.4869.3859.02
HexC84EDFA410D122453b
Octal3101163371210101544210573
Binary1100100010011101101111110101000001011011001000101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84EDF; }

 p { color: rgb(200,78,223); }

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

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

 a { background-color: rgb(200,78,223); }

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

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

 span { border-color: rgb(200,78,223); }

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