#C93DE9

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

Shades of Medium Orchid #C93DE9

Tints of Medium Orchid #C93DE9

Color information

#C93DE9 (or 0xC93DE9) is unknown color: approx Medium Orchid. HEX triplet: C9, 3D and E9. RGB value is (201,61,233). Sum of RGB (Red+Green+Blue) = 201+61+233=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 61 (24.22% from 255 or 12.32% from 495); Blue value is 233 (91.41% from 255 or 47.07% from 495); Max value from RGB is 233 - color contains mainly: blue. Hex color #C93DE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93DE9 is #36C216. Grayscale: #797979. Windows color (decimal): -3588631 or 15285705. OLE color: 15285705.

HSL color Cylindrical-coordinate representation of color #C93DE9: hue angle of 288.84º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93DE9 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20161233-
CMYK0.140.7400.09
HSL288.84º79.63%57.65%-
HSV(B)288.84º73.82%91.37%-
XYZ40.4621.6479.13-
YUV122.47190.38184.01-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.61%
GREEN value IS 61 (24.22% from 255) = 12.32%
BLUE value IS 233 (91.41% from 255) = 47.07%
R=40.61%
G=12.32%
B=47.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal201612330.140.7400.09288.8479.6357.65
HexC93DE9E4A09121503a
Octal311753511611201144112072
Binary110010011111011110100111101001010010011001000011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93DE9; }

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

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

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

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

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

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

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

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