#D564C5

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

Shades of Orchid #D564C5

Tints of Orchid #D564C5

Color information

#D564C5 (or 0xD564C5) is unknown color: approx Orchid. HEX triplet: D5, 64 and C5. RGB value is (213,100,197). Sum of RGB (Red+Green+Blue) = 213+100+197=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 100 (39.45% from 255 or 19.61% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D564C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D564C5 is #2A9B3A. Grayscale: #909090. Windows color (decimal): -2792251 or 12936405. OLE color: 12936405.

HSL color Cylindrical-coordinate representation of color #D564C5: hue angle of 308.5º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D564C5 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB213100197-
CMYK00.530.080.16
HSL308.5º57.36%61.37%-
HSV(B)308.5º53.05%83.53%-
XYZ42.0827.2955.87-
YUV144.84157.44176.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.76%
GREEN value IS 100 (39.45% from 255) = 19.61%
BLUE value IS 197 (77.34% from 255) = 38.63%
R=41.76%
G=19.61%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310019700.530.080.16308.557.3661.37
HexD564C5035810134393d
Octal32514430506510204647175
Binary110101011100100110001010110101100010000100110100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D564C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D564C5; }

 p { color: rgb(213,100,197); }

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

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

 a { background-color: rgb(213,100,197); }

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

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

 span { border-color: rgb(213,100,197); }

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