#C045EA

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

Shades of Medium Orchid #C045EA

Tints of Medium Orchid #C045EA

Color information

#C045EA (or 0xC045EA) is unknown color: approx Medium Orchid. HEX triplet: C0, 45 and EA. RGB value is (192,69,234). Sum of RGB (Red+Green+Blue) = 192+69+234=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 69 (27.34% from 255 or 13.94% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #C045EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C045EA is #3FBA15. Grayscale: #7C7C7C. Windows color (decimal): -4176406 or 15353280. OLE color: 15353280.

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

Color convert

RGB19269234-
CMYK0.180.7100.08
HSL284.73º79.71%59.41%-
HSV(B)284.73º70.51%91.76%-
XYZ38.7221.479.93-
YUV124.59189.75176.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.79%
GREEN value IS 69 (27.34% from 255) = 13.94%
BLUE value IS 234 (91.80% from 255) = 47.27%
R=38.79%
G=13.94%
B=47.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal192692340.180.7100.08284.7379.7159.41
HexC045EA12470811d503b
Octal3001053522210701043512073
Binary11000000100010111101010100101000111010001000111011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C045EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C045EA; }

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

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

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

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

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

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

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

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