#C84DF2

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

Shades of Medium Orchid #C84DF2

Tints of Medium Orchid #C84DF2

Color information

#C84DF2 (or 0xC84DF2) is unknown color: approx Medium Orchid. HEX triplet: C8, 4D and F2. RGB value is (200,77,242). Sum of RGB (Red+Green+Blue) = 200+77+242=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 77 (30.47% from 255 or 14.84% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #C84DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C84DF2 is #37B20D. Grayscale: #848484. Windows color (decimal): -3650062 or 15879624. OLE color: 15879624.

HSL color Cylindrical-coordinate representation of color #C84DF2: hue angle of 284.73º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84DF2 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20077242-
CMYK0.170.6800.05
HSL284.73º86.39%62.55%-
HSV(B)284.73º68.18%94.9%-
XYZ42.52486.4-
YUV132.59189.75176.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.54%
GREEN value IS 77 (30.47% from 255) = 14.84%
BLUE value IS 242 (94.92% from 255) = 46.63%
R=38.54%
G=14.84%
B=46.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal200772420.170.6800.05284.7386.3962.55
HexC84DF211440511d563f
Octal310115362211040543512677
Binary1100100010011011111001010001100010001011000111011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84DF2; }

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

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

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

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

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

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

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

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