#C03DE0

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

Shades of Medium Orchid #C03DE0

Tints of Medium Orchid #C03DE0

Color information

#C03DE0 (or 0xC03DE0) is unknown color: approx Medium Orchid. HEX triplet: C0, 3D and E0. RGB value is (192,61,224). Sum of RGB (Red+Green+Blue) = 192+61+224=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 61 (24.22% from 255 or 12.79% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 224 - color contains mainly: blue. Hex color #C03DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03DE0 is #3FC21F. Grayscale: #767676. Windows color (decimal): -4178464 or 14695872. OLE color: 14695872.

HSL color Cylindrical-coordinate representation of color #C03DE0: hue angle of 288.22º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03DE0 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19261224-
CMYK0.140.7300.12
HSL288.22º72.44%55.88%-
HSV(B)288.22º72.77%87.84%-
XYZ36.8619.9372.42-
YUV118.75187.4180.25-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.25%
GREEN value IS 61 (24.22% from 255) = 12.79%
BLUE value IS 224 (87.89% from 255) = 46.96%
R=40.25%
G=12.79%
B=46.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal192612240.140.7300.12288.2272.4455.88
HexC03DE0E490C1204838
Octal300753401611101444011070
Binary110000001111011110000011101001001011001001000001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03DE0; }

 p { color: rgb(192,61,224); }

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

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

 a { background-color: rgb(192,61,224); }

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

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

 span { border-color: rgb(192,61,224); }

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