#C350EB

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

Shades of Medium Orchid #C350EB

Tints of Medium Orchid #C350EB

Color information

#C350EB (or 0xC350EB) is unknown color: approx Medium Orchid. HEX triplet: C3, 50 and EB. RGB value is (195,80,235). Sum of RGB (Red+Green+Blue) = 195+80+235=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 80 (31.64% from 255 or 15.69% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #C350EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C350EB is #3CAF14. Grayscale: #838383. Windows color (decimal): -3976981 or 15421635. OLE color: 15421635.

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

Color convert

RGB19580235-
CMYK0.170.6600.08
HSL284.52º79.49%61.76%-
HSV(B)284.52º65.96%92.16%-
XYZ40.3723.3480.97-
YUV132.05186.1172.9-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.24%
GREEN value IS 80 (31.64% from 255) = 15.69%
BLUE value IS 235 (92.19% from 255) = 46.08%
R=38.24%
G=15.69%
B=46.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal195802350.170.6600.08284.5279.4961.76
HexC350EB11420811d4f3e
Octal3031203532110201043511776
Binary11000011101000011101011100011000010010001000111011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C350EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C350EB; }

 p { color: rgb(195,80,235); }

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

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

 a { background-color: rgb(195,80,235); }

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

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

 span { border-color: rgb(195,80,235); }

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