#D67ABD

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

Shades of Orchid #D67ABD

Tints of Orchid #D67ABD

Color information

#D67ABD (or 0xD67ABD) is unknown color: approx Orchid. HEX triplet: D6, 7A and BD. RGB value is (214,122,189). Sum of RGB (Red+Green+Blue) = 214+122+189=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 122 (48.05% from 255 or 23.24% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D67ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67ABD is #298542. Grayscale: #9C9C9C. Windows color (decimal): -2721091 or 12417750. OLE color: 12417750.

HSL color Cylindrical-coordinate representation of color #D67ABD: hue angle of 316.3º 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 #D67ABD is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB214122189-
CMYK00.430.120.16
HSL316.3º52.87%65.88%-
HSV(B)316.3º42.99%83.92%-
XYZ43.8831.8951.99-
YUV157.15145.98168.55-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.76%
GREEN value IS 122 (48.05% from 255) = 23.24%
BLUE value IS 189 (74.22% from 255) = 36%
R=40.76%
G=23.24%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412218900.430.120.16316.352.8765.88
HexD67ABD02BC1013c3542
Octal326172275053142047465102
Binary1101011011110101011110101010111100100001001111001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67ABD; }

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

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

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

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

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

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

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

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