#C150EA

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

Shades of Medium Orchid #C150EA

Tints of Medium Orchid #C150EA

Color information

#C150EA (or 0xC150EA) is unknown color: approx Medium Orchid. HEX triplet: C1, 50 and EA. RGB value is (193,80,234). Sum of RGB (Red+Green+Blue) = 193+80+234=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 80 (31.64% from 255 or 15.78% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #C150EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C150EA is #3EAF15. Grayscale: #828282. Windows color (decimal): -4108054 or 15356097. OLE color: 15356097.

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

Color convert

RGB19380234-
CMYK0.180.6600.08
HSL284.03º78.57%61.57%-
HSV(B)284.03º65.81%91.76%-
XYZ39.7123.0280.19-
YUV131.34185.94171.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.07%
GREEN value IS 80 (31.64% from 255) = 15.78%
BLUE value IS 234 (91.80% from 255) = 46.15%
R=38.07%
G=15.78%
B=46.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal193802340.180.6600.08284.0378.5761.57
HexC150EA12420811c4f3e
Octal3011203522210201043411776
Binary11000001101000011101010100101000010010001000111001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C150EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C150EA; }

 p { color: rgb(193,80,234); }

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

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

 a { background-color: rgb(193,80,234); }

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

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

 span { border-color: rgb(193,80,234); }

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