#C84AD7

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

Shades of Medium Orchid #C84AD7

Tints of Medium Orchid #C84AD7

Color information

#C84AD7 (or 0xC84AD7) is unknown color: approx Medium Orchid. HEX triplet: C8, 4A and D7. RGB value is (200,74,215). Sum of RGB (Red+Green+Blue) = 200+74+215=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 74 (29.30% from 255 or 15.13% from 489); Blue value is 215 (84.38% from 255 or 43.97% from 489); Max value from RGB is 215 - color contains mainly: blue. Hex color #C84AD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84AD7 is #37B528. Grayscale: #7F7F7F. Windows color (decimal): -3650857 or 14109384. OLE color: 14109384.

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

Color convert

RGB20074215-
CMYK0.070.6600.16
HSL293.62º63.8%56.67%-
HSV(B)293.62º65.58%84.31%-
XYZ38.5322.0866.52-
YUV127.75177.24179.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.90%
GREEN value IS 74 (29.30% from 255) = 15.13%
BLUE value IS 215 (84.38% from 255) = 43.97%
R=40.90%
G=15.13%
B=43.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal200742150.070.6600.16293.6263.856.67
HexC84AD77420101264039
Octal310112327710202044610071
Binary1100100010010101101011111110000100100001001001101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84AD7; }

 p { color: rgb(200,74,215); }

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

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

 a { background-color: rgb(200,74,215); }

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

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

 span { border-color: rgb(200,74,215); }

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