#C84FFA

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

Shades of Medium Orchid #C84FFA

Tints of Medium Orchid #C84FFA

Color information

#C84FFA (or 0xC84FFA) is unknown color: approx Medium Orchid. HEX triplet: C8, 4F and FA. RGB value is (200,79,250). Sum of RGB (Red+Green+Blue) = 200+79+250=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 79 (31.25% from 255 or 14.93% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #C84FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C84FFA is #37B005. Grayscale: #868686. Windows color (decimal): -3649542 or 16404424. OLE color: 16404424.

HSL color Cylindrical-coordinate representation of color #C84FFA: hue angle of 282.46º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84FFA is Cyan = 0.2, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20079250-
CMYK0.20.6800.02
HSL282.46º94.48%64.51%-
HSV(B)282.46º68.4%98.04%-
XYZ43.8724.7792.91-
YUV134.67193.09174.6-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.81%
GREEN value IS 79 (31.25% from 255) = 14.93%
BLUE value IS 250 (98.05% from 255) = 47.26%
R=37.81%
G=14.93%
B=47.26%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal200792500.20.6800.02282.4694.4864.51
HexC84FFA14440211a5e41
Octal3101173722410402432136101
Binary1100100010011111111101010100100010001010001101010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84FFA; }

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

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

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

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

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

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

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

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