#D683C1

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

Shades of Orchid #D683C1

Tints of Orchid #D683C1

Color information

#D683C1 (or 0xD683C1) is unknown color: approx Orchid. HEX triplet: D6, 83 and C1. RGB value is (214,131,193). Sum of RGB (Red+Green+Blue) = 214+131+193=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 131 (51.56% from 255 or 24.35% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D683C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D683C1 is #297C3E. Grayscale: #A2A2A2. Windows color (decimal): -2718783 or 12682198. OLE color: 12682198.

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

Color convert

RGB214131193-
CMYK00.390.100.16
HSL315.18º50.3%67.65%-
HSV(B)315.18º38.79%83.92%-
XYZ45.4734.3854.69-
YUV162.88145164.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.78%
GREEN value IS 131 (51.56% from 255) = 24.35%
BLUE value IS 193 (75.78% from 255) = 35.87%
R=39.78%
G=24.35%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413119300.390.100.16315.1850.367.65
HexD683C1027A1013b3244
Octal326203301047122047362104
Binary11010110100000111100000101001111010100001001110111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D683C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D683C1; }

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

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

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

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

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

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

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

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