#D562DC

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

Shades of Orchid #D562DC

Tints of Orchid #D562DC

Color information

#D562DC (or 0xD562DC) is unknown color: approx Orchid. HEX triplet: D5, 62 and DC. RGB value is (213,98,220). Sum of RGB (Red+Green+Blue) = 213+98+220=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 98 (38.67% from 255 or 18.46% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #D562DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D562DC is #2A9D23. Grayscale: #919191. Windows color (decimal): -2792740 or 14443221. OLE color: 14443221.

HSL color Cylindrical-coordinate representation of color #D562DC: hue angle of 296.56º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D562DC is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21398220-
CMYK0.030.5500.14
HSL296.56º63.54%62.35%-
HSV(B)296.56º55.45%86.27%-
XYZ44.7328.0570.77-
YUV146.29169.6175.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.11%
GREEN value IS 98 (38.67% from 255) = 18.46%
BLUE value IS 220 (86.33% from 255) = 41.43%
R=40.11%
G=18.46%
B=41.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal213982200.030.5500.14296.5663.5462.35
HexD562DC3370E129403e
Octal32514233436701645110076
Binary1101010111000101101110011110111011101001010011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D562DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D562DC; }

 p { color: rgb(213,98,220); }

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

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

 a { background-color: rgb(213,98,220); }

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

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

 span { border-color: rgb(213,98,220); }

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