#D67AD6

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

Shades of Orchid #D67AD6

Tints of Orchid #D67AD6

Color information

#D67AD6 (or 0xD67AD6) is unknown color: approx Orchid. HEX triplet: D6, 7A and D6. RGB value is (214,122,214). Sum of RGB (Red+Green+Blue) = 214+122+214=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 214 (83.98% from 255 or 38.91% from 550); Max value from RGB is 214 - color contains mainly: red, blue. Hex color #D67AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67AD6 is #298529. Grayscale: #9F9F9F. Windows color (decimal): -2721066 or 14056150. OLE color: 14056150.

HSL color Cylindrical-coordinate representation of color #D67AD6: hue angle of 300º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67AD6 is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB214122214-
CMYK00.4300.16
HSL300º52.87%65.88%-
HSV(B)300º42.99%83.92%-
XYZ46.8333.0767.53-
YUV160158.48166.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.91%
GREEN value IS 122 (48.05% from 255) = 22.18%
BLUE value IS 214 (83.98% from 255) = 38.91%
R=38.91%
G=22.18%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412221400.4300.1630052.8765.88
HexD67AD602B01012c3542
Octal32617232605302045465102
Binary1101011011110101101011001010110100001001011001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67AD6; }

 p { color: rgb(214,122,214); }

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

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

 a { background-color: rgb(214,122,214); }

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

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

 span { border-color: rgb(214,122,214); }

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