#C55DED

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

Shades of Medium Orchid #C55DED

Tints of Medium Orchid #C55DED

Color information

#C55DED (or 0xC55DED) is unknown color: approx Medium Orchid. HEX triplet: C5, 5D and ED. RGB value is (197,93,237). Sum of RGB (Red+Green+Blue) = 197+93+237=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 93 (36.72% from 255 or 17.65% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #C55DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55DED is #3AA212. Grayscale: #8C8C8C. Windows color (decimal): -3842579 or 15556037. OLE color: 15556037.

HSL color Cylindrical-coordinate representation of color #C55DED: hue angle of 283.33º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C55DED is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19793237-
CMYK0.170.6100.07
HSL283.33º80%64.71%-
HSV(B)283.33º60.76%92.94%-
XYZ42.2325.8182.88-
YUV140.51182.46168.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.38%
GREEN value IS 93 (36.72% from 255) = 17.65%
BLUE value IS 237 (92.97% from 255) = 44.97%
R=37.38%
G=17.65%
B=44.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal197932370.170.6100.07283.338064.71
HexC55DED113D0711b5041
Octal305135355217507433120101
Binary1100010110111011110110110001111101011110001101110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55DED; }

 p { color: rgb(197,93,237); }

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

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

 a { background-color: rgb(197,93,237); }

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

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

 span { border-color: rgb(197,93,237); }

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