#C045DE

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

Shades of Medium Orchid #C045DE

Tints of Medium Orchid #C045DE

Color information

#C045DE (or 0xC045DE) is unknown color: approx Medium Orchid. HEX triplet: C0, 45 and DE. RGB value is (192,69,222). Sum of RGB (Red+Green+Blue) = 192+69+222=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 69 (27.34% from 255 or 14.29% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #C045DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C045DE is #3FBA21. Grayscale: #7A7A7A. Windows color (decimal): -4176418 or 14566848. OLE color: 14566848.

HSL color Cylindrical-coordinate representation of color #C045DE: hue angle of 288.24º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C045DE is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19269222-
CMYK0.140.6900.13
HSL288.24º69.86%57.06%-
HSV(B)288.24º68.92%87.06%-
XYZ37.0520.7471.16-
YUV123.22183.75177.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.75%
GREEN value IS 69 (27.34% from 255) = 14.29%
BLUE value IS 222 (87.11% from 255) = 45.96%
R=39.75%
G=14.29%
B=45.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal192692220.140.6900.13288.2469.8657.06
HexC045DEE450D1204639
Octal3001053361610501544010671
Binary1100000010001011101111011101000101011011001000001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C045DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C045DE; }

 p { color: rgb(192,69,222); }

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

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

 a { background-color: rgb(192,69,222); }

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

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

 span { border-color: rgb(192,69,222); }

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