#D672C9

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

Shades of Orchid #D672C9

Tints of Orchid #D672C9

Color information

#D672C9 (or 0xD672C9) is unknown color: approx Orchid. HEX triplet: D6, 72 and C9. RGB value is (214,114,201). Sum of RGB (Red+Green+Blue) = 214+114+201=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D672C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D672C9 is #298D36. Grayscale: #999999. Windows color (decimal): -2723127 or 13202134. OLE color: 13202134.

HSL color Cylindrical-coordinate representation of color #D672C9: hue angle of 307.8º 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 #D672C9 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB214114201-
CMYK00.470.060.16
HSL307.8º54.95%64.31%-
HSV(B)307.8º46.73%83.92%-
XYZ44.2930.5558.82-
YUV153.82154.63170.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.45%
GREEN value IS 114 (44.92% from 255) = 21.55%
BLUE value IS 201 (78.91% from 255) = 38.00%
R=40.45%
G=21.55%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411420100.470.060.16307.854.9564.31
HexD672C902F6101343740
Octal32616231105762046467100
Binary110101101110010110010010101111110100001001101001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D672C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D672C9; }

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

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

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

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

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

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

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

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