#C070DE

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

Shades of Medium Orchid #C070DE

Tints of Medium Orchid #C070DE

Color information

#C070DE (or 0xC070DE) is unknown color: approx Medium Orchid. HEX triplet: C0, 70 and DE. RGB value is (192,112,222). Sum of RGB (Red+Green+Blue) = 192+112+222=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #C070DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C070DE is #3F8F21. Grayscale: #949494. Windows color (decimal): -4165410 or 14577856. OLE color: 14577856.

HSL color Cylindrical-coordinate representation of color #C070DE: hue angle of 283.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C070DE is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192112222-
CMYK0.140.5000.13
HSL283.64º62.5%65.49%-
HSV(B)283.64º49.55%87.06%-
XYZ40.7228.0772.38-
YUV148.46169.5159.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.50%
GREEN value IS 112 (44.14% from 255) = 21.29%
BLUE value IS 222 (87.11% from 255) = 42.21%
R=36.50%
G=21.29%
B=42.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921122220.140.5000.13283.6462.565.49
HexC070DEE320D11c3e41
Octal300160336166201543476101
Binary110000001110000110111101110110010011011000111001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C070DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C070DE; }

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

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

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

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

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

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

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

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