#D467DD

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

Shades of Orchid #D467DD

Tints of Orchid #D467DD

Color information

#D467DD (or 0xD467DD) is unknown color: approx Orchid. HEX triplet: D4, 67 and DD. RGB value is (212,103,221). Sum of RGB (Red+Green+Blue) = 212+103+221=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 103 (40.62% from 255 or 19.22% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #D467DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D467DD is #2B9822. Grayscale: #949494. Windows color (decimal): -2856995 or 14510036. OLE color: 14510036.

HSL color Cylindrical-coordinate representation of color #D467DD: hue angle of 295.42º 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 #D467DD is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212103221-
CMYK0.040.5300.13
HSL295.42º63.44%63.53%-
HSV(B)295.42º53.39%86.67%-
XYZ45.0528.9271.61-
YUV149.04168.61172.91-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.55%
GREEN value IS 103 (40.62% from 255) = 19.22%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=39.55%
G=19.22%
B=41.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121032210.040.5300.13295.4263.4463.53
HexD467DD4350D1273f40
Octal32414733546501544777100
Binary11010100110011111011101100110101011011001001111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D467DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D467DD; }

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

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

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

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

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

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

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

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