#D367DD

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

Shades of Orchid #D367DD

Tints of Orchid #D367DD

Color information

#D367DD (or 0xD367DD) is unknown color: approx Orchid. HEX triplet: D3, 67 and DD. RGB value is (211,103,221). Sum of RGB (Red+Green+Blue) = 211+103+221=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 103 (40.62% from 255 or 19.25% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #D367DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D367DD is #2C9822. Grayscale: #949494. Windows color (decimal): -2922531 or 14510035. OLE color: 14510035.

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

Color convert

RGB211103221-
CMYK0.050.5300.13
HSL294.92º63.44%63.53%-
HSV(B)294.92º53.39%86.67%-
XYZ44.7728.7771.6-
YUV148.74168.78172.41-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.44%
GREEN value IS 103 (40.62% from 255) = 19.25%
BLUE value IS 221 (86.72% from 255) = 41.31%
R=39.44%
G=19.25%
B=41.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111032210.050.5300.13294.9263.4463.53
HexD367DD5350D1273f40
Octal32314733556501544777100
Binary11010011110011111011101101110101011011001001111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D367DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D367DD; }

 p { color: rgb(211,103,221); }

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

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

 a { background-color: rgb(211,103,221); }

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

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

 span { border-color: rgb(211,103,221); }

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