#D67ABE

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

Shades of Orchid #D67ABE

Tints of Orchid #D67ABE

Color information

#D67ABE (or 0xD67ABE) is unknown color: approx Orchid. HEX triplet: D6, 7A and BE. RGB value is (214,122,190). Sum of RGB (Red+Green+Blue) = 214+122+190=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D67ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67ABE is #298541. Grayscale: #9D9D9D. Windows color (decimal): -2721090 or 12483286. OLE color: 12483286.

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

Color convert

RGB214122190-
CMYK00.430.110.16
HSL315.65º52.87%65.88%-
HSV(B)315.65º42.99%83.92%-
XYZ43.9931.9352.56-
YUV157.26146.48168.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.68%
GREEN value IS 122 (48.05% from 255) = 23.19%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=40.68%
G=23.19%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412219000.430.110.16315.6552.8765.88
HexD67ABE02BB1013c3542
Octal326172276053132047465102
Binary1101011011110101011111001010111011100001001111001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67ABE; }

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

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

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

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

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

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

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

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