#C05EDB

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

Shades of Medium Orchid #C05EDB

Tints of Medium Orchid #C05EDB

Color information

#C05EDB (or 0xC05EDB) is unknown color: approx Medium Orchid. HEX triplet: C0, 5E and DB. RGB value is (192,94,219). Sum of RGB (Red+Green+Blue) = 192+94+219=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 94 (37.11% from 255 or 18.61% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #C05EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05EDB is #3FA124. Grayscale: #898989. Windows color (decimal): -4170021 or 14376640. OLE color: 14376640.

HSL color Cylindrical-coordinate representation of color #C05EDB: hue angle of 287.04º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C05EDB is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19294219-
CMYK0.120.5700.14
HSL287.04º63.45%61.37%-
HSV(B)287.04º57.08%85.88%-
XYZ38.5324.3369.68-
YUV137.55173.97166.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.02%
GREEN value IS 94 (37.11% from 255) = 18.61%
BLUE value IS 219 (85.94% from 255) = 43.37%
R=38.02%
G=18.61%
B=43.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal192942190.120.5700.14287.0463.4561.37
HexC05EDBC390E11f3f3d
Octal30013633314710164377775
Binary11000000101111011011011110011100101110100011111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05EDB; }

 p { color: rgb(192,94,219); }

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

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

 a { background-color: rgb(192,94,219); }

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

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

 span { border-color: rgb(192,94,219); }

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