#C030D5

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

Shades of Medium Orchid #C030D5

Tints of Medium Orchid #C030D5

Color information

#C030D5 (or 0xC030D5) is unknown color: approx Medium Orchid. HEX triplet: C0, 30 and D5. RGB value is (192,48,213). Sum of RGB (Red+Green+Blue) = 192+48+213=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 48 (19.14% from 255 or 10.60% from 453); Blue value is 213 (83.59% from 255 or 47.02% from 453); Max value from RGB is 213 - color contains mainly: blue. Hex color #C030D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C030D5 is #3FCF2A. Grayscale: #6D6D6D. Windows color (decimal): -4181803 or 13971648. OLE color: 13971648.

HSL color Cylindrical-coordinate representation of color #C030D5: hue angle of 292.36º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C030D5 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19248213-
CMYK0.100.7700.16
HSL292.36º66.27%51.18%-
HSV(B)292.36º77.46%83.53%-
XYZ34.8118.1264.61-
YUV109.87186.21186.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.38%
GREEN value IS 48 (19.14% from 255) = 10.60%
BLUE value IS 213 (83.59% from 255) = 47.02%
R=42.38%
G=10.60%
B=47.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal192482130.100.7700.16292.3666.2751.18
HexC030D5A4D0101244233
Octal300603251211502044410263
Binary1100000011000011010101101010011010100001001001001000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C030D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C030D5; }

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

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

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

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

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

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

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

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