#C070D8

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

Shades of Medium Orchid #C070D8

Tints of Medium Orchid #C070D8

Color information

#C070D8 (or 0xC070D8) is unknown color: approx Medium Orchid. HEX triplet: C0, 70 and D8. RGB value is (192,112,216). Sum of RGB (Red+Green+Blue) = 192+112+216=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 216 (84.77% from 255 or 41.54% from 520); Max value from RGB is 216 - color contains mainly: blue. Hex color #C070D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C070D8 is #3F8F27. Grayscale: #939393. Windows color (decimal): -4165416 or 14184640. OLE color: 14184640.

HSL color Cylindrical-coordinate representation of color #C070D8: hue angle of 286.15º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C070D8 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB192112216-
CMYK0.110.4800.15
HSL286.15º57.14%64.31%-
HSV(B)286.15º48.15%84.71%-
XYZ39.9327.7568.22-
YUV147.78166.5159.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.92%
GREEN value IS 112 (44.14% from 255) = 21.54%
BLUE value IS 216 (84.77% from 255) = 41.54%
R=36.92%
G=21.54%
B=41.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1921122160.110.4800.15286.1557.1464.31
HexC070D8B300F11e3940
Octal300160330136001743671100
Binary110000001110000110110001011110000011111000111101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C070D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C070D8; }

 p { color: rgb(192,112,216); }

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

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

 a { background-color: rgb(192,112,216); }

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

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

 span { border-color: rgb(192,112,216); }

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