#C94DEA

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

Shades of Medium Orchid #C94DEA

Tints of Medium Orchid #C94DEA

Color information

#C94DEA (or 0xC94DEA) is unknown color: approx Medium Orchid. HEX triplet: C9, 4D and EA. RGB value is (201,77,234). Sum of RGB (Red+Green+Blue) = 201+77+234=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 77 (30.47% from 255 or 15.04% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #C94DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C94DEA is #36B215. Grayscale: #838383. Windows color (decimal): -3584534 or 15355337. OLE color: 15355337.

HSL color Cylindrical-coordinate representation of color #C94DEA: hue angle of 287.39º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94DEA is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20177234-
CMYK0.140.6700.08
HSL287.39º78.89%60.98%-
HSV(B)287.39º67.09%91.76%-
XYZ41.5923.6780.22-
YUV131.97185.58177.23-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.26%
GREEN value IS 77 (30.47% from 255) = 15.04%
BLUE value IS 234 (91.80% from 255) = 45.70%
R=39.26%
G=15.04%
B=45.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal201772340.140.6700.08287.3978.8960.98
HexC94DEAE430811f4f3d
Octal3111153521610301043711775
Binary1100100110011011110101011101000011010001000111111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94DEA; }

 p { color: rgb(201,77,234); }

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

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

 a { background-color: rgb(201,77,234); }

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

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

 span { border-color: rgb(201,77,234); }

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