#D574CF

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

Shades of Orchid #D574CF

Tints of Orchid #D574CF

Color information

#D574CF (or 0xD574CF) is unknown color: approx Orchid. HEX triplet: D5, 74 and CF. RGB value is (213,116,207). Sum of RGB (Red+Green+Blue) = 213+116+207=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 116 (45.70% from 255 or 21.64% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D574CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D574CF is #2A8B30. Grayscale: #9B9B9B. Windows color (decimal): -2788145 or 13595861. OLE color: 13595861.

HSL color Cylindrical-coordinate representation of color #D574CF: hue angle of 303.71º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D574CF is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB213116207-
CMYK00.460.030.16
HSL303.71º53.59%64.51%-
HSV(B)303.71º45.54%83.53%-
XYZ44.9531.1462.67-
YUV155.38157.14169.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.74%
GREEN value IS 116 (45.70% from 255) = 21.64%
BLUE value IS 207 (81.25% from 255) = 38.62%
R=39.74%
G=21.64%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311620700.460.030.16303.7153.5964.51
HexD574CF02E3101303641
Octal32516431705632046066101
Binary11010101111010011001111010111011100001001100001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D574CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D574CF; }

 p { color: rgb(213,116,207); }

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

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

 a { background-color: rgb(213,116,207); }

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

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

 span { border-color: rgb(213,116,207); }

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