#D672D4

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

Shades of Orchid #D672D4

Tints of Orchid #D672D4

Color information

#D672D4 (or 0xD672D4) is unknown color: approx Orchid. HEX triplet: D6, 72 and D4. RGB value is (214,114,212). Sum of RGB (Red+Green+Blue) = 214+114+212=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 212 (83.20% from 255 or 39.26% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D672D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D672D4 is #298D2B. Grayscale: #9A9A9A. Windows color (decimal): -2723116 or 13923030. OLE color: 13923030.

HSL color Cylindrical-coordinate representation of color #D672D4: hue angle of 301.2º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D672D4 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB214114212-
CMYK00.470.010.16
HSL301.2º54.95%64.31%-
HSV(B)301.2º46.73%83.92%-
XYZ45.6331.0865.88-
YUV155.07160.13170.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.63%
GREEN value IS 114 (44.92% from 255) = 21.11%
BLUE value IS 212 (83.20% from 255) = 39.26%
R=39.63%
G=21.11%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411421200.470.010.16301.254.9564.31
HexD672D402F11012d3740
Octal32616232405712045567100
Binary1101011011100101101010001011111100001001011011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D672D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D672D4; }

 p { color: rgb(214,114,212); }

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

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

 a { background-color: rgb(214,114,212); }

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

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

 span { border-color: rgb(214,114,212); }

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