#D683D1

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

Shades of Orchid #D683D1

Tints of Orchid #D683D1

Color information

#D683D1 (or 0xD683D1) is unknown color: approx Orchid. HEX triplet: D6, 83 and D1. RGB value is (214,131,209). Sum of RGB (Red+Green+Blue) = 214+131+209=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 214 - color contains mainly: red. Hex color #D683D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D683D1 is #297C2E. Grayscale: #A4A4A4. Windows color (decimal): -2718767 or 13730774. OLE color: 13730774.

HSL color Cylindrical-coordinate representation of color #D683D1: hue angle of 303.61º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D683D1 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB214131209-
CMYK00.390.020.16
HSL303.61º50.3%67.65%-
HSV(B)303.61º38.79%83.92%-
XYZ47.3635.1364.61-
YUV164.71153163.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.63%
GREEN value IS 131 (51.56% from 255) = 23.65%
BLUE value IS 209 (82.03% from 255) = 37.73%
R=38.63%
G=23.65%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413120900.390.020.16303.6150.367.65
HexD683D10272101303244
Octal32620332104722046062104
Binary110101101000001111010001010011110100001001100001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D683D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D683D1; }

 p { color: rgb(214,131,209); }

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

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

 a { background-color: rgb(214,131,209); }

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

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

 span { border-color: rgb(214,131,209); }

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