#D681DE

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

Shades of Orchid #D681DE

Tints of Orchid #D681DE

Color information

#D681DE (or 0xD681DE) is unknown color: approx Orchid. HEX triplet: D6, 81 and DE. RGB value is (214,129,222). Sum of RGB (Red+Green+Blue) = 214+129+222=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #D681DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D681DE is #297E21. Grayscale: #A4A4A4. Windows color (decimal): -2719266 or 14582230. OLE color: 14582230.

HSL color Cylindrical-coordinate representation of color #D681DE: hue angle of 294.84º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D681DE is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214129222-
CMYK0.040.4200.13
HSL294.84º58.49%68.82%-
HSV(B)294.84º41.89%87.06%-
XYZ48.7735.2773.34-
YUV165.02160.16162.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.88%
GREEN value IS 129 (50.78% from 255) = 22.83%
BLUE value IS 222 (87.11% from 255) = 39.29%
R=37.88%
G=22.83%
B=39.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141292220.040.4200.13294.8458.4968.82
HexD681DE42A0D1273a45
Octal32620133645201544772105
Binary110101101000000111011110100101010011011001001111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D681DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D681DE; }

 p { color: rgb(214,129,222); }

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

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

 a { background-color: rgb(214,129,222); }

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

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

 span { border-color: rgb(214,129,222); }

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