#C030D1

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

Shades of Medium Orchid #C030D1

Tints of Medium Orchid #C030D1

Color information

#C030D1 (or 0xC030D1) is unknown color: approx Medium Orchid. HEX triplet: C0, 30 and D1. RGB value is (192,48,209). Sum of RGB (Red+Green+Blue) = 192+48+209=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 48 (19.14% from 255 or 10.69% from 449); Blue value is 209 (82.03% from 255 or 46.55% from 449); Max value from RGB is 209 - color contains mainly: blue. Hex color #C030D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C030D1 is #3FCF2E. Grayscale: #6C6C6C. Windows color (decimal): -4181807 or 13709504. OLE color: 13709504.

HSL color Cylindrical-coordinate representation of color #C030D1: hue angle of 293.66º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C030D1 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19248209-
CMYK0.080.7700.18
HSL293.66º63.64%50.39%-
HSV(B)293.66º77.03%81.96%-
XYZ34.317.9261.97-
YUV109.41184.21186.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.76%
GREEN value IS 48 (19.14% from 255) = 10.69%
BLUE value IS 209 (82.03% from 255) = 46.55%
R=42.76%
G=10.69%
B=46.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal192482090.080.7700.18293.6663.6450.39
HexC030D184D0121264032
Octal300603211011502244610062
Binary1100000011000011010001100010011010100101001001101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C030D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C030D1; }

 p { color: rgb(192,48,209); }

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

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

 a { background-color: rgb(192,48,209); }

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

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

 span { border-color: rgb(192,48,209); }

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