#C584D0

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

Shades of Orchid #C584D0

Tints of Orchid #C584D0

Color information

#C584D0 (or 0xC584D0) is unknown color: approx Orchid. HEX triplet: C5, 84 and D0. RGB value is (197,132,208). Sum of RGB (Red+Green+Blue) = 197+132+208=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 132 (51.95% from 255 or 24.58% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 208 - color contains mainly: blue. Hex color #C584D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C584D0 is #3A7B2F. Grayscale: #9F9F9F. Windows color (decimal): -3832624 or 13665477. OLE color: 13665477.

HSL color Cylindrical-coordinate representation of color #C584D0: hue angle of 291.32º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C584D0 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB197132208-
CMYK0.050.3700.18
HSL291.32º44.71%66.67%-
HSV(B)291.32º36.54%81.57%-
XYZ42.6632.9363.78-
YUV160.1155.03154.32-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.69%
GREEN value IS 132 (51.95% from 255) = 24.58%
BLUE value IS 208 (81.64% from 255) = 38.73%
R=36.69%
G=24.58%
B=38.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971322080.050.3700.18291.3244.7166.67
HexC584D05250121232d43
Octal30520432054502244355103
Binary1100010110000100110100001011001010100101001000111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C584D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C584D0; }

 p { color: rgb(197,132,208); }

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

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

 a { background-color: rgb(197,132,208); }

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

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

 span { border-color: rgb(197,132,208); }

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