#D685CB

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

Shades of Orchid #D685CB

Tints of Orchid #D685CB

Color information

#D685CB (or 0xD685CB) is unknown color: approx Orchid. HEX triplet: D6, 85 and CB. RGB value is (214,133,203). Sum of RGB (Red+Green+Blue) = 214+133+203=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D685CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D685CB is #297A34. Grayscale: #A5A5A5. Windows color (decimal): -2718261 or 13338070. OLE color: 13338070.

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

Color convert

RGB214133203-
CMYK00.380.050.16
HSL308.15º49.69%68.04%-
HSV(B)308.15º37.85%83.92%-
XYZ46.935.3860.86-
YUV165.2149.34162.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.91%
GREEN value IS 133 (52.34% from 255) = 24.18%
BLUE value IS 203 (79.69% from 255) = 36.91%
R=38.91%
G=24.18%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413320300.380.050.16308.1549.6968.04
HexD685CB0265101343244
Octal32620531304652046462104
Binary1101011010000101110010110100110101100001001101001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D685CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D685CB; }

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

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

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

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

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

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

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

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