#D685CE

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

Shades of Orchid #D685CE

Tints of Orchid #D685CE

Color information

#D685CE (or 0xD685CE) is unknown color: approx Orchid. HEX triplet: D6, 85 and CE. RGB value is (214,133,206). Sum of RGB (Red+Green+Blue) = 214+133+206=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D685CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D685CE is #297A31. Grayscale: #A5A5A5. Windows color (decimal): -2718258 or 13534678. OLE color: 13534678.

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

Color convert

RGB214133206-
CMYK00.380.040.16
HSL305.93º49.69%68.04%-
HSV(B)305.93º37.85%83.92%-
XYZ47.2635.5362.76-
YUV165.54150.84162.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.70%
GREEN value IS 133 (52.34% from 255) = 24.05%
BLUE value IS 206 (80.86% from 255) = 37.25%
R=38.70%
G=24.05%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413320600.380.040.16305.9349.6968.04
HexD685CE0264101323244
Octal32620531604642046262104
Binary1101011010000101110011100100110100100001001100101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D685CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D685CE; }

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

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

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

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

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

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

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

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