#d563dd

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

Shades of Orchid #D563DD

Tints of Orchid #D563DD

Color information

#D563DD (or 0xD563DD) is unknown color: approx Orchid. HEX triplet: D5, 63 and DD. RGB value is (213,99,221). Sum of RGB (Red+Green+Blue) = 213+99+221=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 99 (39.06% from 255 or 18.57% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #D563DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D563DD is #2A9C22. Grayscale: #929292. Windows color (decimal): -2792483 or 14509013. OLE color: 14509013.

HSL color Cylindrical-coordinate representation of color #D563DD: hue angle of 296.07º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D563DD is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21399221-
CMYK0.040.5500.13
HSL296.07º64.21%62.75%-
HSV(B)296.07º55.2%86.67%-
XYZ44.9528.2971.5-
YUV146.99169.77175.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.96%
GREEN value IS 99 (39.06% from 255) = 18.57%
BLUE value IS 221 (86.72% from 255) = 41.46%
R=39.96%
G=18.57%
B=41.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal213992210.040.5500.13296.0764.2162.75
HexD563DD4370D128403f
Octal32514333546701545010077
Binary11010101110001111011101100110111011011001010001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d563dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d563dd; }

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

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

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

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

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

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

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

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