#C55BED

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

Shades of Medium Orchid #C55BED

Tints of Medium Orchid #C55BED

Color information

#C55BED (or 0xC55BED) is unknown color: approx Medium Orchid. HEX triplet: C5, 5B and ED. RGB value is (197,91,237). Sum of RGB (Red+Green+Blue) = 197+91+237=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 91 (35.94% from 255 or 17.33% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #C55BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55BED is #3AA412. Grayscale: #8A8A8A. Windows color (decimal): -3843091 or 15555525. OLE color: 15555525.

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

Color convert

RGB19791237-
CMYK0.170.6200.07
HSL283.56º80.22%64.31%-
HSV(B)283.56º61.6%92.94%-
XYZ42.0525.4782.82-
YUV139.34183.12169.13-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.52%
GREEN value IS 91 (35.94% from 255) = 17.33%
BLUE value IS 237 (92.97% from 255) = 45.14%
R=37.52%
G=17.33%
B=45.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal197912370.170.6200.07283.5680.2264.31
HexC55BED113E0711c5040
Octal305133355217607434120100
Binary1100010110110111110110110001111110011110001110010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55BED; }

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

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

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

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

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

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

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

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