#D684CF

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

Shades of Orchid #D684CF

Tints of Orchid #D684CF

Color information

#D684CF (or 0xD684CF) is unknown color: approx Orchid. HEX triplet: D6, 84 and CF. RGB value is (214,132,207). Sum of RGB (Red+Green+Blue) = 214+132+207=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D684CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D684CF is #297B30. Grayscale: #A4A4A4. Windows color (decimal): -2718513 or 13599958. OLE color: 13599958.

HSL color Cylindrical-coordinate representation of color #D684CF: hue angle of 305.12º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D684CF is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB214132207-
CMYK00.380.030.16
HSL305.12º50%67.84%-
HSV(B)305.12º38.32%83.92%-
XYZ47.2535.363.36-
YUV165.07151.67162.9-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.70%
GREEN value IS 132 (51.95% from 255) = 23.87%
BLUE value IS 207 (81.25% from 255) = 37.43%
R=38.70%
G=23.87%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413220700.380.030.16305.125067.84
HexD684CF0263101313244
Octal32620431704632046162104
Binary110101101000010011001111010011011100001001100011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D684CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D684CF; }

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

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

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

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

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

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

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

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