#D67AE0

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

Shades of Orchid #D67AE0

Tints of Orchid #D67AE0

Color information

#D67AE0 (or 0xD67AE0) is unknown color: approx Orchid. HEX triplet: D6, 7A and E0. RGB value is (214,122,224). Sum of RGB (Red+Green+Blue) = 214+122+224=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 122 (48.05% from 255 or 21.79% from 560); Blue value is 224 (87.89% from 255 or 40% from 560); Max value from RGB is 224 - color contains mainly: blue. Hex color #D67AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67AE0 is #29851F. Grayscale: #A0A0A0. Windows color (decimal): -2721056 or 14711510. OLE color: 14711510.

HSL color Cylindrical-coordinate representation of color #D67AE0: hue angle of 294.12º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D67AE0 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB214122224-
CMYK0.040.4600.12
HSL294.12º62.2%67.84%-
HSV(B)294.12º45.54%87.84%-
XYZ48.1533.674.47-
YUV161.14163.48165.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.21%
GREEN value IS 122 (48.05% from 255) = 21.79%
BLUE value IS 224 (87.89% from 255) = 40%
R=38.21%
G=21.79%
B=40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2141222240.040.4600.12294.1262.267.84
HexD67AE042E0C1263e44
Octal32617234045601444676104
Binary11010110111101011100000100101110011001001001101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67AE0; }

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

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

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

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

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

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

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

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