#D574CA

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

Shades of Orchid #D574CA

Tints of Orchid #D574CA

Color information

#D574CA (or 0xD574CA) is unknown color: approx Orchid. HEX triplet: D5, 74 and CA. RGB value is (213,116,202). Sum of RGB (Red+Green+Blue) = 213+116+202=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D574CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D574CA is #2A8B35. Grayscale: #9A9A9A. Windows color (decimal): -2788150 or 13268181. OLE color: 13268181.

HSL color Cylindrical-coordinate representation of color #D574CA: hue angle of 306.8º 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 #D574CA is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB213116202-
CMYK00.460.050.16
HSL306.8º53.59%64.51%-
HSV(B)306.8º45.54%83.53%-
XYZ44.3530.959.5-
YUV154.81154.64169.51-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.11%
GREEN value IS 116 (45.70% from 255) = 21.85%
BLUE value IS 202 (79.30% from 255) = 38.04%
R=40.11%
G=21.85%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311620200.460.050.16306.853.5964.51
HexD574CA02E5101333641
Octal32516431205652046366101
Binary110101011110100110010100101110101100001001100111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D574CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D574CA; }

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

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

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

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

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

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

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

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