#C93FED

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

Shades of Medium Orchid #C93FED

Tints of Medium Orchid #C93FED

Color information

#C93FED (or 0xC93FED) is unknown color: approx Medium Orchid. HEX triplet: C9, 3F and ED. RGB value is (201,63,237). Sum of RGB (Red+Green+Blue) = 201+63+237=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 63 (25% from 255 or 12.57% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #C93FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93FED is #36C012. Grayscale: #7B7B7B. Windows color (decimal): -3588115 or 15548361. OLE color: 15548361.

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

Color convert

RGB20163237-
CMYK0.150.7300.07
HSL287.59º82.86%58.82%-
HSV(B)287.59º73.42%92.94%-
XYZ41.1522.0982.22-
YUV124.1191.72182.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.12%
GREEN value IS 63 (25% from 255) = 12.57%
BLUE value IS 237 (92.97% from 255) = 47.31%
R=40.12%
G=12.57%
B=47.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal201632370.150.7300.07287.5982.8658.82
HexC93FEDF4907120533b
Octal31177355171110744012373
Binary11001001111111111011011111100100101111001000001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93FED; }

 p { color: rgb(201,63,237); }

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

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

 a { background-color: rgb(201,63,237); }

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

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

 span { border-color: rgb(201,63,237); }

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