#C650EA

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

Shades of Medium Orchid #C650EA

Tints of Medium Orchid #C650EA

Color information

#C650EA (or 0xC650EA) is unknown color: approx Medium Orchid. HEX triplet: C6, 50 and EA. RGB value is (198,80,234). Sum of RGB (Red+Green+Blue) = 198+80+234=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #C650EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C650EA is #39AF15. Grayscale: #848484. Windows color (decimal): -3780374 or 15356102. OLE color: 15356102.

HSL color Cylindrical-coordinate representation of color #C650EA: hue angle of 285.97º 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 #C650EA is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19880234-
CMYK0.150.6600.08
HSL285.97º78.57%61.57%-
HSV(B)285.97º65.81%91.76%-
XYZ41.0123.6880.25-
YUV132.84185.09174.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.67%
GREEN value IS 80 (31.64% from 255) = 15.62%
BLUE value IS 234 (91.80% from 255) = 45.70%
R=38.67%
G=15.62%
B=45.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal198802340.150.6600.08285.9778.5761.57
HexC650EAF420811e4f3e
Octal3061203521710201043611776
Binary1100011010100001110101011111000010010001000111101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C650EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C650EA; }

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

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

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

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

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

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

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

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