#C93DEC

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

Shades of Medium Orchid #C93DEC

Tints of Medium Orchid #C93DEC

Color information

#C93DEC (or 0xC93DEC) is unknown color: approx Medium Orchid. HEX triplet: C9, 3D and EC. RGB value is (201,61,236). Sum of RGB (Red+Green+Blue) = 201+61+236=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 61 (24.22% from 255 or 12.25% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #C93DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93DEC is #36C213. Grayscale: #7A7A7A. Windows color (decimal): -3588628 or 15482313. OLE color: 15482313.

HSL color Cylindrical-coordinate representation of color #C93DEC: hue angle of 288º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93DEC is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20161236-
CMYK0.150.7400.07
HSL288º82.16%58.24%-
HSV(B)288º74.15%92.55%-
XYZ40.921.8181.41-
YUV122.81191.88183.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.36%
GREEN value IS 61 (24.22% from 255) = 12.25%
BLUE value IS 236 (92.58% from 255) = 47.39%
R=40.36%
G=12.25%
B=47.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal201612360.150.7400.0728882.1658.24
HexC93DECF4A07120523a
Octal31175354171120744012272
Binary11001001111101111011001111100101001111001000001010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93DEC; }

 p { color: rgb(201,61,236); }

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

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

 a { background-color: rgb(201,61,236); }

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

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

 span { border-color: rgb(201,61,236); }

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