#D67ADB

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

Shades of Orchid #D67ADB

Tints of Orchid #D67ADB

Color information

#D67ADB (or 0xD67ADB) is unknown color: approx Orchid. HEX triplet: D6, 7A and DB. RGB value is (214,122,219). Sum of RGB (Red+Green+Blue) = 214+122+219=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 122 (48.05% from 255 or 21.98% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #D67ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67ADB is #298524. Grayscale: #A0A0A0. Windows color (decimal): -2721061 or 14383830. OLE color: 14383830.

HSL color Cylindrical-coordinate representation of color #D67ADB: hue angle of 296.91º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D67ADB is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB214122219-
CMYK0.020.4400.14
HSL296.91º57.4%66.86%-
HSV(B)296.91º44.29%85.88%-
XYZ47.4833.3370.95-
YUV160.57160.98166.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.56%
GREEN value IS 122 (48.05% from 255) = 21.98%
BLUE value IS 219 (85.94% from 255) = 39.46%
R=38.56%
G=21.98%
B=39.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141222190.020.4400.14296.9157.466.86
HexD67ADB22C0E1293943
Octal32617233325401645171103
Binary1101011011110101101101110101100011101001010011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67ADB; }

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

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

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

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

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

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

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

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