#D685C3

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

Shades of Orchid #D685C3

Tints of Orchid #D685C3

Color information

#D685C3 (or 0xD685C3) is unknown color: approx Orchid. HEX triplet: D6, 85 and C3. RGB value is (214,133,195). Sum of RGB (Red+Green+Blue) = 214+133+195=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 133 (52.34% from 255 or 24.54% from 542); Blue value is 195 (76.56% from 255 or 35.98% from 542); Max value from RGB is 214 - color contains mainly: red. Hex color #D685C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D685C3 is #297A3C. Grayscale: #A4A4A4. Windows color (decimal): -2718269 or 12813782. OLE color: 12813782.

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

Color convert

RGB214133195-
CMYK00.380.090.16
HSL314.07º49.69%68.04%-
HSV(B)314.07º37.85%83.92%-
XYZ45.9735.0155.96-
YUV164.29145.34163.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.48%
GREEN value IS 133 (52.34% from 255) = 24.54%
BLUE value IS 195 (76.56% from 255) = 35.98%
R=39.48%
G=24.54%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413319500.380.090.16314.0749.6968.04
HexD685C302691013a3244
Octal326205303046112047262104
Binary11010110100001011100001101001101001100001001110101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D685C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D685C3; }

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

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

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

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

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

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

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

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