#C760EB

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

Shades of Medium Orchid #C760EB

Tints of Medium Orchid #C760EB

Color information

#C760EB (or 0xC760EB) is unknown color: approx Medium Orchid. HEX triplet: C7, 60 and EB. RGB value is (199,96,235). Sum of RGB (Red+Green+Blue) = 199+96+235=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 96 (37.89% from 255 or 18.11% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #C760EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C760EB is #389F14. Grayscale: #8E8E8E. Windows color (decimal): -3710741 or 15425735. OLE color: 15425735.

HSL color Cylindrical-coordinate representation of color #C760EB: hue angle of 284.46º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C760EB is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19996235-
CMYK0.150.5900.08
HSL284.46º77.65%64.9%-
HSV(B)284.46º59.15%92.16%-
XYZ42.7326.5181.46-
YUV142.64180.12168.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.55%
GREEN value IS 96 (37.89% from 255) = 18.11%
BLUE value IS 235 (92.19% from 255) = 44.34%
R=37.55%
G=18.11%
B=44.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal199962350.150.5900.08284.4677.6564.9
HexC760EBF3B0811c4e41
Octal3071403531773010434116101
Binary1100011111000001110101111111110110100010001110010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C760EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C760EB; }

 p { color: rgb(199,96,235); }

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

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

 a { background-color: rgb(199,96,235); }

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

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

 span { border-color: rgb(199,96,235); }

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