#D565D1

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

Shades of Orchid #D565D1

Tints of Orchid #D565D1

Color information

#D565D1 (or 0xD565D1) is unknown color: approx Orchid. HEX triplet: D5, 65 and D1. RGB value is (213,101,209). Sum of RGB (Red+Green+Blue) = 213+101+209=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 101 (39.84% from 255 or 19.31% from 523); Blue value is 209 (82.03% from 255 or 39.96% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D565D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D565D1 is #2A9A2E. Grayscale: #929292. Windows color (decimal): -2791983 or 13723093. OLE color: 13723093.

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

Color convert

RGB213101209-
CMYK00.530.020.16
HSL302.14º57.14%61.57%-
HSV(B)302.14º52.58%83.53%-
XYZ43.628.0663.44-
YUV146.8163.11175.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.73%
GREEN value IS 101 (39.84% from 255) = 19.31%
BLUE value IS 209 (82.03% from 255) = 39.96%
R=40.73%
G=19.31%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310120900.530.020.16302.1457.1461.57
HexD565D103521012e393e
Octal3251453210652204567176
Binary1101010111001011101000101101011010000100101110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D565D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D565D1; }

 p { color: rgb(213,101,209); }

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

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

 a { background-color: rgb(213,101,209); }

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

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

 span { border-color: rgb(213,101,209); }

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