#C355D0

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

Shades of Medium Orchid #C355D0

Tints of Medium Orchid #C355D0

Color information

#C355D0 (or 0xC355D0) is unknown color: approx Medium Orchid. HEX triplet: C3, 55 and D0. RGB value is (195,85,208). Sum of RGB (Red+Green+Blue) = 195+85+208=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 208 - color contains mainly: blue. Hex color #C355D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C355D0 is #3CAA2F. Grayscale: #838383. Windows color (decimal): -3975728 or 13653443. OLE color: 13653443.

HSL color Cylindrical-coordinate representation of color #C355D0: hue angle of 293.66º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C355D0 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19585208-
CMYK0.060.5900.18
HSL293.66º56.68%57.45%-
HSV(B)293.66º59.13%81.57%-
XYZ37.1422.6562.09-
YUV131.91170.94173-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.96%
GREEN value IS 85 (33.59% from 255) = 17.42%
BLUE value IS 208 (81.64% from 255) = 42.62%
R=39.96%
G=17.42%
B=42.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal195852080.060.5900.18293.6656.6857.45
HexC355D063B0121263939
Octal3031253206730224467171
Binary11000011101010111010000110111011010010100100110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C355D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C355D0; }

 p { color: rgb(195,85,208); }

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

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

 a { background-color: rgb(195,85,208); }

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

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

 span { border-color: rgb(195,85,208); }

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