#D563BF

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

Shades of Orchid #D563BF

Tints of Orchid #D563BF

Color information

#D563BF (or 0xD563BF) is unknown color: approx Orchid. HEX triplet: D5, 63 and BF. RGB value is (213,99,191). Sum of RGB (Red+Green+Blue) = 213+99+191=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D563BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D563BF is #2A9C40. Grayscale: #8F8F8F. Windows color (decimal): -2792513 or 12542933. OLE color: 12542933.

HSL color Cylindrical-coordinate representation of color #D563BF: hue angle of 311.58º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D563BF is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB21399191-
CMYK00.540.100.16
HSL311.58º57.58%61.18%-
HSV(B)311.58º53.52%83.53%-
XYZ41.3126.8352.29-
YUV143.57154.77177.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.35%
GREEN value IS 99 (39.06% from 255) = 19.68%
BLUE value IS 191 (75% from 255) = 37.97%
R=42.35%
G=19.68%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139919100.540.100.16311.5857.5861.18
HexD563BF036A101383a3d
Octal32514327706612204707275
Binary110101011100011101111110110110101010000100111000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D563BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D563BF; }

 p { color: rgb(213,99,191); }

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

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

 a { background-color: rgb(213,99,191); }

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

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

 span { border-color: rgb(213,99,191); }

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