#D674D9

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

Shades of Orchid #D674D9

Tints of Orchid #D674D9

Color information

#D674D9 (or 0xD674D9) is unknown color: approx Orchid. HEX triplet: D6, 74 and D9. RGB value is (214,116,217). Sum of RGB (Red+Green+Blue) = 214+116+217=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 116 (45.70% from 255 or 21.21% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 217 - color contains mainly: blue. Hex color #D674D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D674D9 is #298B26. Grayscale: #9C9C9C. Windows color (decimal): -2722599 or 14251222. OLE color: 14251222.

HSL color Cylindrical-coordinate representation of color #D674D9: hue angle of 298.22º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D674D9 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB214116217-
CMYK0.010.4700.15
HSL298.22º57.06%65.29%-
HSV(B)298.22º46.54%85.1%-
XYZ46.531.869.33-
YUV156.82161.97168.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.12%
GREEN value IS 116 (45.70% from 255) = 21.21%
BLUE value IS 217 (85.16% from 255) = 39.67%
R=39.12%
G=21.21%
B=39.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2141162170.010.4700.15298.2257.0665.29
HexD674D912F0F12a3941
Octal32616433115701745271101
Binary110101101110100110110011101111011111001010101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D674D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D674D9; }

 p { color: rgb(214,116,217); }

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

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

 a { background-color: rgb(214,116,217); }

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

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

 span { border-color: rgb(214,116,217); }

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