#C93DDB

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

Shades of Medium Orchid #C93DDB

Tints of Medium Orchid #C93DDB

Color information

#C93DDB (or 0xC93DDB) is unknown color: approx Medium Orchid. HEX triplet: C9, 3D and DB. RGB value is (201,61,219). Sum of RGB (Red+Green+Blue) = 201+61+219=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 61 (24.22% from 255 or 12.68% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #C93DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93DDB is #36C224. Grayscale: #787878. Windows color (decimal): -3588645 or 14368201. OLE color: 14368201.

HSL color Cylindrical-coordinate representation of color #C93DDB: hue angle of 293.16º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93DDB is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20161219-
CMYK0.080.7200.14
HSL293.16º68.7%54.9%-
HSV(B)293.16º72.15%85.88%-
XYZ38.5420.8769.01-
YUV120.87183.38185.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.79%
GREEN value IS 61 (24.22% from 255) = 12.68%
BLUE value IS 219 (85.94% from 255) = 45.53%
R=41.79%
G=12.68%
B=45.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal201612190.080.7200.14293.1668.754.9
HexC93DDB8480E1254537
Octal311753331011001644510567
Binary110010011111011101101110001001000011101001001011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93DDB; }

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

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

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

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

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

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

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

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