#D567D9

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

Shades of Orchid #D567D9

Tints of Orchid #D567D9

Color information

#D567D9 (or 0xD567D9) is unknown color: approx Orchid. HEX triplet: D5, 67 and D9. RGB value is (213,103,217). Sum of RGB (Red+Green+Blue) = 213+103+217=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 103 (40.62% from 255 or 19.32% from 533); Blue value is 217 (85.16% from 255 or 40.71% from 533); Max value from RGB is 217 - color contains mainly: blue. Hex color #D567D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D567D9 is #2A9826. Grayscale: #949494. Windows color (decimal): -2791463 or 14247893. OLE color: 14247893.

HSL color Cylindrical-coordinate representation of color #D567D9: hue angle of 297.89º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D567D9 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB213103217-
CMYK0.020.5300.15
HSL297.89º60%62.75%-
HSV(B)297.89º52.53%85.1%-
XYZ44.8228.8668.85-
YUV148.89166.44173.73-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.96%
GREEN value IS 103 (40.62% from 255) = 19.32%
BLUE value IS 217 (85.16% from 255) = 40.71%
R=39.96%
G=19.32%
B=40.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2131032170.020.5300.15297.896062.75
HexD567D92350F12a3c3f
Octal3251473312650174527477
Binary110101011100111110110011011010101111100101010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D567D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D567D9; }

 p { color: rgb(213,103,217); }

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

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

 a { background-color: rgb(213,103,217); }

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

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

 span { border-color: rgb(213,103,217); }

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