#C070CA

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

Shades of Medium Orchid #C070CA

Tints of Medium Orchid #C070CA

Color information

#C070CA (or 0xC070CA) is unknown color: approx Medium Orchid. HEX triplet: C0, 70 and CA. RGB value is (192,112,202). Sum of RGB (Red+Green+Blue) = 192+112+202=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #C070CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C070CA is #3F8F35. Grayscale: #919191. Windows color (decimal): -4165430 or 13267136. OLE color: 13267136.

HSL color Cylindrical-coordinate representation of color #C070CA: hue angle of 293.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C070CA is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB192112202-
CMYK0.050.4500.21
HSL293.33º45.92%61.57%-
HSV(B)293.33º44.55%79.22%-
XYZ38.1927.0659.09-
YUV146.18159.5160.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.94%
GREEN value IS 112 (44.14% from 255) = 22.13%
BLUE value IS 202 (79.30% from 255) = 39.92%
R=37.94%
G=22.13%
B=39.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921122020.050.4500.21293.3345.9261.57
HexC070CA52D0151252e3e
Octal3001603125550254455676
Binary11000000111000011001010101101101010101100100101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C070CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C070CA; }

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

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

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

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

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

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

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

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