#C55DDD

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

Shades of Medium Orchid #C55DDD

Tints of Medium Orchid #C55DDD

Color information

#C55DDD (or 0xC55DDD) is unknown color: approx Medium Orchid. HEX triplet: C5, 5D and DD. RGB value is (197,93,221). Sum of RGB (Red+Green+Blue) = 197+93+221=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #C55DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55DDD is #3AA222. Grayscale: #8A8A8A. Windows color (decimal): -3842595 or 14507461. OLE color: 14507461.

HSL color Cylindrical-coordinate representation of color #C55DDD: hue angle of 288.75º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C55DDD is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19793221-
CMYK0.110.5800.13
HSL288.75º65.31%61.57%-
HSV(B)288.75º57.92%86.67%-
XYZ39.9924.9271.11-
YUV138.69174.46169.59-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.55%
GREEN value IS 93 (36.72% from 255) = 18.20%
BLUE value IS 221 (86.72% from 255) = 43.25%
R=38.55%
G=18.20%
B=43.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal197932210.110.5800.13288.7565.3161.57
HexC55DDDB3A0D121413e
Octal305135335137201544110176
Binary110001011011101110111011011111010011011001000011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55DDD; }

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

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

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

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

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

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

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

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