#D680E5

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

Shades of Orchid #D680E5

Tints of Orchid #D680E5

Color information

#D680E5 (or 0xD680E5) is unknown color: approx Orchid. HEX triplet: D6, 80 and E5. RGB value is (214,128,229). Sum of RGB (Red+Green+Blue) = 214+128+229=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 229 - color contains mainly: blue. Hex color #D680E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D680E5 is #297F1A. Grayscale: #A4A4A4. Windows color (decimal): -2719515 or 15040726. OLE color: 15040726.

HSL color Cylindrical-coordinate representation of color #D680E5: hue angle of 291.09º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D680E5 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB214128229-
CMYK0.070.4400.10
HSL291.09º66.01%70%-
HSV(B)291.09º44.1%89.8%-
XYZ49.5935.3978.35-
YUV165.23163.99162.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.48%
GREEN value IS 128 (50.39% from 255) = 22.42%
BLUE value IS 229 (89.84% from 255) = 40.11%
R=37.48%
G=22.42%
B=40.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2141282290.070.4400.10291.0966.0170
HexD680E572C0A1234246
Octal326200345754012443102106
Binary1101011010000000111001011111011000101010010001110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D680E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D680E5; }

 p { color: rgb(214,128,229); }

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

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

 a { background-color: rgb(214,128,229); }

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

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

 span { border-color: rgb(214,128,229); }

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