#D67EE3

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

Shades of Orchid #D67EE3

Tints of Orchid #D67EE3

Color information

#D67EE3 (or 0xD67EE3) is unknown color: approx Orchid. HEX triplet: D6, 7E and E3. RGB value is (214,126,227). Sum of RGB (Red+Green+Blue) = 214+126+227=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 126 (49.61% from 255 or 22.22% from 567); Blue value is 227 (89.06% from 255 or 40.04% from 567); Max value from RGB is 227 - color contains mainly: blue. Hex color #D67EE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67EE3 is #29811C. Grayscale: #A3A3A3. Windows color (decimal): -2720029 or 14909142. OLE color: 14909142.

HSL color Cylindrical-coordinate representation of color #D67EE3: hue angle of 292.28º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D67EE3 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB214126227-
CMYK0.060.4400.11
HSL292.28º64.33%69.22%-
HSV(B)292.28º44.49%89.02%-
XYZ49.0634.7676.8-
YUV163.83163.65163.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.74%
GREEN value IS 126 (49.61% from 255) = 22.22%
BLUE value IS 227 (89.06% from 255) = 40.04%
R=37.74%
G=22.22%
B=40.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2141262270.060.4400.11292.2864.3369.22
HexD67EE362C0B1244045
Octal326176343654013444100105
Binary110101101111110111000111101011000101110010010010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67EE3; }

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

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

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

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

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

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

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

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