#C93DFC

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

Shades of Medium Orchid #C93DFC

Tints of Medium Orchid #C93DFC

Color information

#C93DFC (or 0xC93DFC) is unknown color: approx Medium Orchid. HEX triplet: C9, 3D and FC. RGB value is (201,61,252). Sum of RGB (Red+Green+Blue) = 201+61+252=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 61 (24.22% from 255 or 11.87% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #C93DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93DFC is #36C203. Grayscale: #7C7C7C. Windows color (decimal): -3588612 or 16530889. OLE color: 16530889.

HSL color Cylindrical-coordinate representation of color #C93DFC: hue angle of 283.98º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C93DFC is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB20161252-
CMYK0.200.7600.01
HSL283.98º96.95%61.37%-
HSV(B)283.98º75.79%98.82%-
XYZ43.3322.7894.21-
YUV124.63199.88182.47-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.11%
GREEN value IS 61 (24.22% from 255) = 11.87%
BLUE value IS 252 (98.83% from 255) = 49.03%
R=39.11%
G=11.87%
B=49.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal201612520.200.7600.01283.9896.9561.37
HexC93DFC144C0111c613d
Octal31175374241140143414175
Binary1100100111110111111100101001001100011000111001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93DFC; }

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

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

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

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

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

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

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

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