#C05AEB

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

Shades of Medium Orchid #C05AEB

Tints of Medium Orchid #C05AEB

Color information

#C05AEB (or 0xC05AEB) is unknown color: approx Medium Orchid. HEX triplet: C0, 5A and EB. RGB value is (192,90,235). Sum of RGB (Red+Green+Blue) = 192+90+235=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 90 (35.55% from 255 or 17.41% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #C05AEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05AEB is #3FA514. Grayscale: #888888. Windows color (decimal): -4171029 or 15424192. OLE color: 15424192.

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

Color convert

RGB19290235-
CMYK0.180.6200.08
HSL282.21º78.38%63.73%-
HSV(B)282.21º61.7%92.16%-
XYZ40.3924.5281.2-
YUV137.03183.29167.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.14%
GREEN value IS 90 (35.55% from 255) = 17.41%
BLUE value IS 235 (92.19% from 255) = 45.45%
R=37.14%
G=17.41%
B=45.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal192902350.180.6200.08282.2178.3863.73
HexC05AEB123E0811a4e40
Octal3001323532276010432116100
Binary11000000101101011101011100101111100100010001101010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05AEB; }

 p { color: rgb(192,90,235); }

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

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

 a { background-color: rgb(192,90,235); }

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

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

 span { border-color: rgb(192,90,235); }

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