#D674DD

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

Shades of Orchid #D674DD

Tints of Orchid #D674DD

Color information

#D674DD (or 0xD674DD) is unknown color: approx Orchid. HEX triplet: D6, 74 and DD. RGB value is (214,116,221). Sum of RGB (Red+Green+Blue) = 214+116+221=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 116 (45.70% from 255 or 21.05% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #D674DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D674DD is #298B22. Grayscale: #9C9C9C. Windows color (decimal): -2722595 or 14513366. OLE color: 14513366.

HSL color Cylindrical-coordinate representation of color #D674DD: hue angle of 296º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D674DD is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214116221-
CMYK0.030.4800.13
HSL296º60.69%66.08%-
HSV(B)296º47.51%86.67%-
XYZ47.0332.0172.11-
YUV157.27163.97168.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.84%
GREEN value IS 116 (45.70% from 255) = 21.05%
BLUE value IS 221 (86.72% from 255) = 40.11%
R=38.84%
G=21.05%
B=40.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141162210.030.4800.1329660.6966.08
HexD674DD3300D1283d42
Octal32616433536001545075102
Binary1101011011101001101110111110000011011001010001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D674DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D674DD; }

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

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

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

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

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

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

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

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