#C93AD9

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

Shades of Medium Orchid #C93AD9

Tints of Medium Orchid #C93AD9

Color information

#C93AD9 (or 0xC93AD9) is unknown color: approx Medium Orchid. HEX triplet: C9, 3A and D9. RGB value is (201,58,217). Sum of RGB (Red+Green+Blue) = 201+58+217=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 58 (23.05% from 255 or 12.18% from 476); Blue value is 217 (85.16% from 255 or 45.59% from 476); Max value from RGB is 217 - color contains mainly: blue. Hex color #C93AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93AD9 is #36C526. Grayscale: #767676. Windows color (decimal): -3589415 or 14236361. OLE color: 14236361.

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

Color convert

RGB20158217-
CMYK0.070.7300.15
HSL293.96º67.66%53.92%-
HSV(B)293.96º73.27%85.1%-
XYZ38.1220.4567.58-
YUV118.88183.38186.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.23%
GREEN value IS 58 (23.05% from 255) = 12.18%
BLUE value IS 217 (85.16% from 255) = 45.59%
R=42.23%
G=12.18%
B=45.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal201582170.070.7300.15293.9667.6653.92
HexC93AD97490F1264436
Octal31172331711101744610466
Binary11001001111010110110011111001001011111001001101000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93AD9; }

 p { color: rgb(201,58,217); }

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

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

 a { background-color: rgb(201,58,217); }

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

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

 span { border-color: rgb(201,58,217); }

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