#C93DF7

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

Shades of Medium Orchid #C93DF7

Tints of Medium Orchid #C93DF7

Color information

#C93DF7 (or 0xC93DF7) is unknown color: approx Medium Orchid. HEX triplet: C9, 3D and F7. RGB value is (201,61,247). Sum of RGB (Red+Green+Blue) = 201+61+247=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 61 (24.22% from 255 or 11.98% from 509); Blue value is 247 (96.88% from 255 or 48.53% from 509); Max value from RGB is 247 - color contains mainly: blue. Hex color #C93DF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93DF7 is #36C208. Grayscale: #7B7B7B. Windows color (decimal): -3588617 or 16203209. OLE color: 16203209.

HSL color Cylindrical-coordinate representation of color #C93DF7: hue angle of 285.16º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93DF7 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20161247-
CMYK0.190.7500.03
HSL285.16º92.08%60.39%-
HSV(B)285.16º75.3%96.86%-
XYZ42.5422.4790.09-
YUV124.06197.38182.88-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.49%
GREEN value IS 61 (24.22% from 255) = 11.98%
BLUE value IS 247 (96.88% from 255) = 48.53%
R=39.49%
G=11.98%
B=48.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal201612470.190.7500.03285.1692.0860.39
HexC93DF7134B0311d5c3c
Octal31175367231130343513474
Binary11001001111101111101111001110010110111000111011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93DF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93DF7; }

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

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

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

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

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

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

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

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