#D683D0

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

Shades of Orchid #D683D0

Tints of Orchid #D683D0

Color information

#D683D0 (or 0xD683D0) is unknown color: approx Orchid. HEX triplet: D6, 83 and D0. RGB value is (214,131,208). Sum of RGB (Red+Green+Blue) = 214+131+208=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D683D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D683D0 is #297C2F. Grayscale: #A4A4A4. Windows color (decimal): -2718768 or 13665238. OLE color: 13665238.

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

Color convert

RGB214131208-
CMYK00.390.030.16
HSL304.34º50.3%67.65%-
HSV(B)304.34º38.79%83.92%-
XYZ47.2335.0863.96-
YUV164.59152.5163.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.70%
GREEN value IS 131 (51.56% from 255) = 23.69%
BLUE value IS 208 (81.64% from 255) = 37.61%
R=38.70%
G=23.69%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413120800.390.030.16304.3450.367.65
HexD683D00273101303244
Octal32620332004732046062104
Binary110101101000001111010000010011111100001001100001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D683D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D683D0; }

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

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

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

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

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

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

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

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