#D67ED5

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

Shades of Orchid #D67ED5

Tints of Orchid #D67ED5

Color information

#D67ED5 (or 0xD67ED5) is unknown color: approx Orchid. HEX triplet: D6, 7E and D5. RGB value is (214,126,213). Sum of RGB (Red+Green+Blue) = 214+126+213=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 126 (49.61% from 255 or 22.78% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D67ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67ED5 is #29812A. Grayscale: #A1A1A1. Windows color (decimal): -2720043 or 13991638. OLE color: 13991638.

HSL color Cylindrical-coordinate representation of color #D67ED5: hue angle of 300.68º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D67ED5 is Cyan = 0, Magento = 0.41, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB214126213-
CMYK00.410.000.16
HSL300.68º51.76%66.67%-
HSV(B)300.68º41.12%83.92%-
XYZ47.234.0267.03-
YUV162.23156.65164.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.70%
GREEN value IS 126 (49.61% from 255) = 22.78%
BLUE value IS 213 (83.59% from 255) = 38.52%
R=38.70%
G=22.78%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412621300.410.000.16300.6851.7666.67
HexD67ED502901012d3443
Octal32617632505102045564103
Binary1101011011111101101010101010010100001001011011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67ED5; }

 p { color: rgb(214,126,213); }

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

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

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

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

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

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

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