#D672CC

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

Shades of Orchid #D672CC

Tints of Orchid #D672CC

Color information

#D672CC (or 0xD672CC) is unknown color: approx Orchid. HEX triplet: D6, 72 and CC. RGB value is (214,114,204). Sum of RGB (Red+Green+Blue) = 214+114+204=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D672CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D672CC is #298D33. Grayscale: #999999. Windows color (decimal): -2723124 or 13398742. OLE color: 13398742.

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

Color convert

RGB214114204-
CMYK00.470.050.16
HSL306º54.95%64.31%-
HSV(B)306º46.73%83.92%-
XYZ44.6530.6960.7-
YUV154.16156.13170.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.23%
GREEN value IS 114 (44.92% from 255) = 21.43%
BLUE value IS 204 (80.08% from 255) = 38.35%
R=40.23%
G=21.43%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411420400.470.050.1630654.9564.31
HexD672CC02F5101323740
Octal32616231405752046267100
Binary110101101110010110011000101111101100001001100101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D672CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D672CC; }

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

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

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

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

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

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

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

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