#D684C5

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

Shades of Orchid #D684C5

Tints of Orchid #D684C5

Color information

#D684C5 (or 0xD684C5) is unknown color: approx Orchid. HEX triplet: D6, 84 and C5. RGB value is (214,132,197). Sum of RGB (Red+Green+Blue) = 214+132+197=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 132 (51.95% from 255 or 24.31% from 543); Blue value is 197 (77.34% from 255 or 36.28% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D684C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D684C5 is #297B3A. Grayscale: #A3A3A3. Windows color (decimal): -2718523 or 12944598. OLE color: 12944598.

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

Color convert

RGB214132197-
CMYK00.380.080.16
HSL312.44º50%67.84%-
HSV(B)312.44º38.32%83.92%-
XYZ46.0634.8357.12-
YUV163.93146.67163.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.41%
GREEN value IS 132 (51.95% from 255) = 24.31%
BLUE value IS 197 (77.34% from 255) = 36.28%
R=39.41%
G=24.31%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413219700.380.080.16312.445067.84
HexD684C50268101383244
Octal326204305046102047062104
Binary11010110100001001100010101001101000100001001110001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D684C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D684C5; }

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

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

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

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

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

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

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

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