#C84DED

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

Shades of Medium Orchid #C84DED

Tints of Medium Orchid #C84DED

Color information

#C84DED (or 0xC84DED) is unknown color: approx Medium Orchid. HEX triplet: C8, 4D and ED. RGB value is (200,77,237). Sum of RGB (Red+Green+Blue) = 200+77+237=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 77 (30.47% from 255 or 14.98% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #C84DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C84DED is #37B212. Grayscale: #838383. Windows color (decimal): -3650067 or 15551944. OLE color: 15551944.

HSL color Cylindrical-coordinate representation of color #C84DED: hue angle of 286.12º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84DED is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20077237-
CMYK0.160.6800.07
HSL286.12º81.63%61.57%-
HSV(B)286.12º67.51%92.94%-
XYZ41.7623.782.49-
YUV132.02187.25176.49-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.91%
GREEN value IS 77 (30.47% from 255) = 14.98%
BLUE value IS 237 (92.97% from 255) = 46.11%
R=38.91%
G=14.98%
B=46.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal200772370.160.6800.07286.1281.6361.57
HexC84DED10440711e523e
Octal310115355201040743612276
Binary1100100010011011110110110000100010001111000111101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84DED; }

 p { color: rgb(200,77,237); }

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

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

 a { background-color: rgb(200,77,237); }

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

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

 span { border-color: rgb(200,77,237); }

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