#C55CDC

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

Shades of Medium Orchid #C55CDC

Tints of Medium Orchid #C55CDC

Color information

#C55CDC (or 0xC55CDC) is unknown color: approx Medium Orchid. HEX triplet: C5, 5C and DC. RGB value is (197,92,220). Sum of RGB (Red+Green+Blue) = 197+92+220=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #C55CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55CDC is #3AA323. Grayscale: #898989. Windows color (decimal): -3842852 or 14441669. OLE color: 14441669.

HSL color Cylindrical-coordinate representation of color #C55CDC: hue angle of 289.22º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C55CDC is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19792220-
CMYK0.100.5800.14
HSL289.22º64.65%61.18%-
HSV(B)289.22º58.18%86.27%-
XYZ39.7724.6970.38-
YUV137.99174.29170.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.70%
GREEN value IS 92 (36.33% from 255) = 18.07%
BLUE value IS 220 (86.33% from 255) = 43.22%
R=38.70%
G=18.07%
B=43.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal197922200.100.5800.14289.2264.6561.18
HexC55CDCA3A0E121413d
Octal305134334127201644110175
Binary110001011011100110111001010111010011101001000011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55CDC; }

 p { color: rgb(197,92,220); }

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

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

 a { background-color: rgb(197,92,220); }

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

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

 span { border-color: rgb(197,92,220); }

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