#D683C9

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

Shades of Orchid #D683C9

Tints of Orchid #D683C9

Color information

#D683C9 (or 0xD683C9) is unknown color: approx Orchid. HEX triplet: D6, 83 and C9. RGB value is (214,131,201). Sum of RGB (Red+Green+Blue) = 214+131+201=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D683C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D683C9 is #297C36. Grayscale: #A3A3A3. Windows color (decimal): -2718775 or 13206486. OLE color: 13206486.

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

Color convert

RGB214131201-
CMYK00.390.060.16
HSL309.4º50.3%67.65%-
HSV(B)309.4º38.79%83.92%-
XYZ46.3934.7559.52-
YUV163.8149163.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.19%
GREEN value IS 131 (51.56% from 255) = 23.99%
BLUE value IS 201 (78.91% from 255) = 36.81%
R=39.19%
G=23.99%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413120100.390.060.16309.450.367.65
HexD683C90276101353244
Octal32620331104762046562104
Binary1101011010000011110010010100111110100001001101011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D683C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D683C9; }

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

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

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

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

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

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

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

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