#D684DD

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

Shades of Orchid #D684DD

Tints of Orchid #D684DD

Color information

#D684DD (or 0xD684DD) is unknown color: approx Orchid. HEX triplet: D6, 84 and DD. RGB value is (214,132,221). Sum of RGB (Red+Green+Blue) = 214+132+221=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #D684DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D684DD is #297B22. Grayscale: #A6A6A6. Windows color (decimal): -2718499 or 14517462. OLE color: 14517462.

HSL color Cylindrical-coordinate representation of color #D684DD: hue angle of 295.28º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D684DD is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214132221-
CMYK0.030.4000.13
HSL295.28º56.69%69.22%-
HSV(B)295.28º40.27%86.67%-
XYZ49.0336.0272.77-
YUV166.66158.67161.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.74%
GREEN value IS 132 (51.95% from 255) = 23.28%
BLUE value IS 221 (86.72% from 255) = 38.98%
R=37.74%
G=23.28%
B=38.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141322210.030.4000.13295.2856.6969.22
HexD684DD3280D1273945
Octal32620433535001544771105
Binary11010110100001001101110111101000011011001001111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D684DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D684DD; }

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

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

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

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

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

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

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

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