#C84FE5

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

Shades of Medium Orchid #C84FE5

Tints of Medium Orchid #C84FE5

Color information

#C84FE5 (or 0xC84FE5) is unknown color: approx Medium Orchid. HEX triplet: C8, 4F and E5. RGB value is (200,79,229). Sum of RGB (Red+Green+Blue) = 200+79+229=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 79 (31.25% from 255 or 15.55% from 508); Blue value is 229 (89.84% from 255 or 45.08% from 508); Max value from RGB is 229 - color contains mainly: blue. Hex color #C84FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84FE5 is #37B01A. Grayscale: #838383. Windows color (decimal): -3649563 or 15028168. OLE color: 15028168.

HSL color Cylindrical-coordinate representation of color #C84FE5: hue angle of 288.4º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C84FE5 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20079229-
CMYK0.130.6600.10
HSL288.4º74.26%60.39%-
HSV(B)288.4º65.5%89.8%-
XYZ40.7623.5376.52-
YUV132.28182.59176.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.37%
GREEN value IS 79 (31.25% from 255) = 15.55%
BLUE value IS 229 (89.84% from 255) = 45.08%
R=39.37%
G=15.55%
B=45.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal200792290.130.6600.10288.474.2660.39
HexC84FE5D420A1204a3c
Octal3101173451510201244011274
Binary1100100010011111110010111011000010010101001000001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84FE5; }

 p { color: rgb(200,79,229); }

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

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

 a { background-color: rgb(200,79,229); }

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

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

 span { border-color: rgb(200,79,229); }

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