#D567DA

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

Shades of Orchid #D567DA

Tints of Orchid #D567DA

Color information

#D567DA (or 0xD567DA) is unknown color: approx Orchid. HEX triplet: D5, 67 and DA. RGB value is (213,103,218). Sum of RGB (Red+Green+Blue) = 213+103+218=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 103 (40.62% from 255 or 19.29% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #D567DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D567DA is #2A9825. Grayscale: #949494. Windows color (decimal): -2791462 or 14313429. OLE color: 14313429.

HSL color Cylindrical-coordinate representation of color #D567DA: hue angle of 297.39º degrees, saturation: 0.61, 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 #D567DA is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB213103218-
CMYK0.020.5300.15
HSL297.39º60.85%62.94%-
HSV(B)297.39º52.75%85.49%-
XYZ44.9528.9169.54-
YUV149166.94173.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.89%
GREEN value IS 103 (40.62% from 255) = 19.29%
BLUE value IS 218 (85.55% from 255) = 40.82%
R=39.89%
G=19.29%
B=40.82%

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
Decimal2131032180.020.5300.15297.3960.8562.94
HexD567DA2350F1293d3f
Octal3251473322650174517577
Binary110101011100111110110101011010101111100101001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D567DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D567DA; }

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

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

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

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

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

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

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

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