#C93AF6

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

Shades of Medium Orchid #C93AF6

Tints of Medium Orchid #C93AF6

Color information

#C93AF6 (or 0xC93AF6) is unknown color: approx Medium Orchid. HEX triplet: C9, 3A and F6. RGB value is (201,58,246). Sum of RGB (Red+Green+Blue) = 201+58+246=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 58 (23.05% from 255 or 11.49% from 505); Blue value is 246 (96.48% from 255 or 48.71% from 505); Max value from RGB is 246 - color contains mainly: blue. Hex color #C93AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93AF6 is #36C509. Grayscale: #797979. Windows color (decimal): -3589386 or 16136905. OLE color: 16136905.

HSL color Cylindrical-coordinate representation of color #C93AF6: hue angle of 285.64º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C93AF6 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20158246-
CMYK0.180.7600.04
HSL285.64º91.26%59.61%-
HSV(B)285.64º76.42%96.47%-
XYZ42.2422.189.23-
YUV122.19197.88184.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.80%
GREEN value IS 58 (23.05% from 255) = 11.49%
BLUE value IS 246 (96.48% from 255) = 48.71%
R=39.80%
G=11.49%
B=48.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal201582460.180.7600.04285.6491.2659.61
HexC93AF6124C0411e5b3c
Octal31172366221140443613374
Binary110010011110101111011010010100110001001000111101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93AF6; }

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

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

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

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

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

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

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

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