#C55CDE

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

Shades of Medium Orchid #C55CDE

Tints of Medium Orchid #C55CDE

Color information

#C55CDE (or 0xC55CDE) is unknown color: approx Medium Orchid. HEX triplet: C5, 5C and DE. RGB value is (197,92,222). Sum of RGB (Red+Green+Blue) = 197+92+222=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 92 (36.33% from 255 or 18.00% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #C55CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55CDE is #3AA321. Grayscale: #898989. Windows color (decimal): -3842850 or 14572741. OLE color: 14572741.

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

Color convert

RGB19792222-
CMYK0.110.5900.13
HSL288.46º66.33%61.57%-
HSV(B)288.46º58.56%87.06%-
XYZ40.0424.871.78-
YUV138.22175.29169.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.55%
GREEN value IS 92 (36.33% from 255) = 18.00%
BLUE value IS 222 (87.11% from 255) = 43.44%
R=38.55%
G=18.00%
B=43.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal197922220.110.5900.13288.4666.3361.57
HexC55CDEB3B0D120423e
Octal305134336137301544010276
Binary110001011011100110111101011111011011011001000001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55CDE; }

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

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

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

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

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

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

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

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