#D685CF

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

Shades of Orchid #D685CF

Tints of Orchid #D685CF

Color information

#D685CF (or 0xD685CF) is unknown color: approx Orchid. HEX triplet: D6, 85 and CF. RGB value is (214,133,207). Sum of RGB (Red+Green+Blue) = 214+133+207=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 214 - color contains mainly: red. Hex color #D685CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D685CF is #297A30. Grayscale: #A5A5A5. Windows color (decimal): -2718257 or 13600214. OLE color: 13600214.

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

Color convert

RGB214133207-
CMYK00.380.030.16
HSL305.19º49.69%68.04%-
HSV(B)305.19º37.85%83.92%-
XYZ47.3835.5863.4-
YUV165.66151.34162.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.63%
GREEN value IS 133 (52.34% from 255) = 24.01%
BLUE value IS 207 (81.25% from 255) = 37.36%
R=38.63%
G=24.01%
B=37.36%

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
Decimal21413320700.380.030.16305.1949.6968.04
HexD685CF0263101313244
Octal32620531704632046162104
Binary110101101000010111001111010011011100001001100011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D685CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D685CF; }

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

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

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

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

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

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

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

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