#c070ea

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

Shades of Medium Orchid #C070EA

Tints of Medium Orchid #C070EA

Color information

#C070EA (or 0xC070EA) is unknown color: approx Medium Orchid. HEX triplet: C0, 70 and EA. RGB value is (192,112,234). Sum of RGB (Red+Green+Blue) = 192+112+234=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 112 (44.14% from 255 or 20.82% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #C070EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C070EA is #3F8F15. Grayscale: #959595. Windows color (decimal): -4165398 or 15364288. OLE color: 15364288.

HSL color Cylindrical-coordinate representation of color #C070EA: hue angle of 279.34º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C070EA is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192112234-
CMYK0.180.5200.08
HSL279.34º74.39%67.84%-
HSV(B)279.34º52.14%91.76%-
XYZ42.3828.7481.15-
YUV149.83175.5158.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.69%
GREEN value IS 112 (44.14% from 255) = 20.82%
BLUE value IS 234 (91.80% from 255) = 43.49%
R=35.69%
G=20.82%
B=43.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1921122340.180.5200.08279.3474.3967.84
HexC070EA1234081174a44
Octal3001603522264010427112104
Binary11000000111000011101010100101101000100010001011110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c070ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c070ea; }

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

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

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

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

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

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

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

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