#C93AE8

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

Shades of Medium Orchid #C93AE8

Tints of Medium Orchid #C93AE8

Color information

#C93AE8 (or 0xC93AE8) is unknown color: approx Medium Orchid. HEX triplet: C9, 3A and E8. RGB value is (201,58,232). Sum of RGB (Red+Green+Blue) = 201+58+232=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 58 (23.05% from 255 or 11.81% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 232 - color contains mainly: blue. Hex color #C93AE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93AE8 is #36C517. Grayscale: #787878. Windows color (decimal): -3589400 or 15219401. OLE color: 15219401.

HSL color Cylindrical-coordinate representation of color #C93AE8: hue angle of 289.31º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93AE8 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20158232-
CMYK0.130.7500.09
HSL289.31º79.09%56.86%-
HSV(B)289.31º75%90.98%-
XYZ40.1721.2778.33-
YUV120.59190.88185.35-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.94%
GREEN value IS 58 (23.05% from 255) = 11.81%
BLUE value IS 232 (91.02% from 255) = 47.25%
R=40.94%
G=11.81%
B=47.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal201582320.130.7500.09289.3179.0956.86
HexC93AE8D4B091214f39
Octal311723501511301144111771
Binary110010011110101110100011011001011010011001000011001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93AE8; }

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

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

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

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

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

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

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

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