#D56BE1

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

Shades of Orchid #D56BE1

Tints of Orchid #D56BE1

Color information

#D56BE1 (or 0xD56BE1) is unknown color: approx Orchid. HEX triplet: D5, 6B and E1. RGB value is (213,107,225). Sum of RGB (Red+Green+Blue) = 213+107+225=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 107 (42.19% from 255 or 19.63% from 545); Blue value is 225 (88.28% from 255 or 41.28% from 545); Max value from RGB is 225 - color contains mainly: blue. Hex color #D56BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56BE1 is #2A941E. Grayscale: #979797. Windows color (decimal): -2790431 or 14773205. OLE color: 14773205.

HSL color Cylindrical-coordinate representation of color #D56BE1: hue angle of 293.9º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D56BE1 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB213107225-
CMYK0.050.5200.12
HSL293.9º66.29%65.1%-
HSV(B)293.9º52.44%88.24%-
XYZ46.2930.174.6-
YUV152.15169.12171.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.08%
GREEN value IS 107 (42.19% from 255) = 19.63%
BLUE value IS 225 (88.28% from 255) = 41.28%
R=39.08%
G=19.63%
B=41.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2131072250.050.5200.12293.966.2965.1
HexD56BE15340C1264241
Octal325153341564014446102101
Binary110101011101011111000011011101000110010010011010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56BE1; }

 p { color: rgb(213,107,225); }

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

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

 a { background-color: rgb(213,107,225); }

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

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

 span { border-color: rgb(213,107,225); }

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