#C350D5

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

Shades of Medium Orchid #C350D5

Tints of Medium Orchid #C350D5

Color information

#C350D5 (or 0xC350D5) is unknown color: approx Medium Orchid. HEX triplet: C3, 50 and D5. RGB value is (195,80,213). Sum of RGB (Red+Green+Blue) = 195+80+213=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 80 (31.64% from 255 or 16.39% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #C350D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C350D5 is #3CAF2A. Grayscale: #818181. Windows color (decimal): -3977003 or 13979843. OLE color: 13979843.

HSL color Cylindrical-coordinate representation of color #C350D5: hue angle of 291.88º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C350D5 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19580213-
CMYK0.080.6200.16
HSL291.88º61.29%57.45%-
HSV(B)291.88º62.44%83.53%-
XYZ37.3822.1465.25-
YUV129.55175.1174.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.96%
GREEN value IS 80 (31.64% from 255) = 16.39%
BLUE value IS 213 (83.59% from 255) = 43.65%
R=39.96%
G=16.39%
B=43.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal195802130.080.6200.16291.8861.2957.45
HexC350D583E0101243d39
Octal30312032510760204447571
Binary110000111010000110101011000111110010000100100100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C350D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C350D5; }

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

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

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

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

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

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

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

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