#D565D0

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

Shades of Orchid #D565D0

Tints of Orchid #D565D0

Color information

#D565D0 (or 0xD565D0) is unknown color: approx Orchid. HEX triplet: D5, 65 and D0. RGB value is (213,101,208). Sum of RGB (Red+Green+Blue) = 213+101+208=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 101 (39.84% from 255 or 19.35% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D565D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D565D0 is #2A9A2F. Grayscale: #929292. Windows color (decimal): -2791984 or 13657557. OLE color: 13657557.

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

Color convert

RGB213101208-
CMYK00.530.020.16
HSL302.68º57.14%61.57%-
HSV(B)302.68º52.58%83.53%-
XYZ43.4828.0162.79-
YUV146.69162.61175.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.80%
GREEN value IS 101 (39.84% from 255) = 19.35%
BLUE value IS 208 (81.64% from 255) = 39.85%
R=40.80%
G=19.35%
B=39.85%

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
Decimal21310120800.530.020.16302.6857.1461.57
HexD565D003521012f393e
Octal3251453200652204577176
Binary1101010111001011101000001101011010000100101111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D565D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D565D0; }

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

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

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

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

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

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

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

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