#C93AE0

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

Shades of Medium Orchid #C93AE0

Tints of Medium Orchid #C93AE0

Color information

#C93AE0 (or 0xC93AE0) is unknown color: approx Medium Orchid. HEX triplet: C9, 3A and E0. RGB value is (201,58,224). Sum of RGB (Red+Green+Blue) = 201+58+224=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 58 (23.05% from 255 or 12.01% from 483); Blue value is 224 (87.89% from 255 or 46.38% from 483); Max value from RGB is 224 - color contains mainly: blue. Hex color #C93AE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93AE0 is #36C51F. Grayscale: #777777. Windows color (decimal): -3589408 or 14695113. OLE color: 14695113.

HSL color Cylindrical-coordinate representation of color #C93AE0: hue angle of 291.69º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93AE0 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20158224-
CMYK0.100.7400.12
HSL291.69º72.81%55.29%-
HSV(B)291.69º74.11%87.84%-
XYZ39.0520.8372.48-
YUV119.68186.88186-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.61%
GREEN value IS 58 (23.05% from 255) = 12.01%
BLUE value IS 224 (87.89% from 255) = 46.38%
R=41.61%
G=12.01%
B=46.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal201582240.100.7400.12291.6972.8155.29
HexC93AE0A4A0C1244937
Octal311723401211201444411167
Binary110010011110101110000010101001010011001001001001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93AE0; }

 p { color: rgb(201,58,224); }

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

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

 a { background-color: rgb(201,58,224); }

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

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

 span { border-color: rgb(201,58,224); }

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