#C84DD5

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

Shades of Medium Orchid #C84DD5

Tints of Medium Orchid #C84DD5

Color information

#C84DD5 (or 0xC84DD5) is unknown color: approx Medium Orchid. HEX triplet: C8, 4D and D5. RGB value is (200,77,213). Sum of RGB (Red+Green+Blue) = 200+77+213=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 213 - color contains mainly: blue. Hex color #C84DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84DD5 is #37B22A. Grayscale: #808080. Windows color (decimal): -3650091 or 13979080. OLE color: 13979080.

HSL color Cylindrical-coordinate representation of color #C84DD5: hue angle of 294.26º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C84DD5 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20077213-
CMYK0.060.6400.16
HSL294.26º61.82%56.86%-
HSV(B)294.26º63.85%83.53%-
XYZ38.4822.3965.24-
YUV129.28175.25178.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.82%
GREEN value IS 77 (30.47% from 255) = 15.71%
BLUE value IS 213 (83.59% from 255) = 43.47%
R=40.82%
G=15.71%
B=43.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal200772130.060.6400.16294.2661.8256.86
HexC84DD56400101263e39
Octal31011532561000204467671
Binary110010001001101110101011101000000010000100100110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84DD5; }

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

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

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

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

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

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

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

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