#D667DE

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

Shades of Orchid #D667DE

Tints of Orchid #D667DE

Color information

#D667DE (or 0xD667DE) is unknown color: approx Orchid. HEX triplet: D6, 67 and DE. RGB value is (214,103,222). Sum of RGB (Red+Green+Blue) = 214+103+222=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 103 (40.62% from 255 or 19.11% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #D667DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D667DE is #299821. Grayscale: #959595. Windows color (decimal): -2725922 or 14575574. OLE color: 14575574.

HSL color Cylindrical-coordinate representation of color #D667DE: hue angle of 295.97º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D667DE is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214103222-
CMYK0.040.5400.13
HSL295.97º64.32%63.73%-
HSV(B)295.97º53.6%87.06%-
XYZ45.7729.2772.34-
YUV149.76168.77173.82-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.70%
GREEN value IS 103 (40.62% from 255) = 19.11%
BLUE value IS 222 (87.11% from 255) = 41.19%
R=39.70%
G=19.11%
B=41.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141032220.040.5400.13295.9764.3263.73
HexD667DE4360D1284040
Octal326147336466015450100100
Binary110101101100111110111101001101100110110010100010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D667DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D667DE; }

 p { color: rgb(214,103,222); }

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

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

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

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

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

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

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