#C940ED

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

Shades of Medium Orchid #C940ED

Tints of Medium Orchid #C940ED

Color information

#C940ED (or 0xC940ED) is unknown color: approx Medium Orchid. HEX triplet: C9, 40 and ED. RGB value is (201,64,237). Sum of RGB (Red+Green+Blue) = 201+64+237=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 64 (25.39% from 255 or 12.75% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #C940ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C940ED is #36BF12. Grayscale: #7C7C7C. Windows color (decimal): -3587859 or 15548617. OLE color: 15548617.

HSL color Cylindrical-coordinate representation of color #C940ED: hue angle of 287.51º 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 #C940ED is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20164237-
CMYK0.150.7300.07
HSL287.51º82.78%59.02%-
HSV(B)287.51º73%92.94%-
XYZ41.2122.282.23-
YUV124.68191.39182.43-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.04%
GREEN value IS 64 (25.39% from 255) = 12.75%
BLUE value IS 237 (92.97% from 255) = 47.21%
R=40.04%
G=12.75%
B=47.21%

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
Decimal201642370.150.7300.07287.5182.7859.02
HexC940EDF4907120533b
Octal311100355171110744012373
Binary110010011000000111011011111100100101111001000001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C940ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C940ED; }

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

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

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

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

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

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

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

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