#D684C1

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

Shades of Orchid #D684C1

Tints of Orchid #D684C1

Color information

#D684C1 (or 0xD684C1) is unknown color: approx Orchid. HEX triplet: D6, 84 and C1. RGB value is (214,132,193). Sum of RGB (Red+Green+Blue) = 214+132+193=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D684C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D684C1 is #297B3E. Grayscale: #A3A3A3. Windows color (decimal): -2718527 or 12682454. OLE color: 12682454.

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

Color convert

RGB214132193-
CMYK00.380.100.16
HSL315.37º50%67.84%-
HSV(B)315.37º38.32%83.92%-
XYZ45.6134.6554.74-
YUV163.47144.67164.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.70%
GREEN value IS 132 (51.95% from 255) = 24.49%
BLUE value IS 193 (75.78% from 255) = 35.81%
R=39.70%
G=24.49%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413219300.380.100.16315.375067.84
HexD684C1026A1013b3244
Octal326204301046122047362104
Binary11010110100001001100000101001101010100001001110111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D684C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D684C1; }

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

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

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

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

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

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

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

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