#D672DD

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

Shades of Orchid #D672DD

Tints of Orchid #D672DD

Color information

#D672DD (or 0xD672DD) is unknown color: approx Orchid. HEX triplet: D6, 72 and DD. RGB value is (214,114,221). Sum of RGB (Red+Green+Blue) = 214+114+221=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 114 (44.92% from 255 or 20.77% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #D672DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D672DD is #298D22. Grayscale: #9B9B9B. Windows color (decimal): -2723107 or 14512854. OLE color: 14512854.

HSL color Cylindrical-coordinate representation of color #D672DD: hue angle of 296.07º 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 #D672DD is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214114221-
CMYK0.030.4800.13
HSL296.07º61.14%65.69%-
HSV(B)296.07º48.42%86.67%-
XYZ46.831.5572.03-
YUV156.1164.63169.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.98%
GREEN value IS 114 (44.92% from 255) = 20.77%
BLUE value IS 221 (86.72% from 255) = 40.26%
R=38.98%
G=20.77%
B=40.26%

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
Decimal2141142210.030.4800.13296.0761.1465.69
HexD672DD3300D1283d42
Octal32616233536001545075102
Binary1101011011100101101110111110000011011001010001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D672DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D672DD; }

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

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

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

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

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

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

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

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