#D883C6

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

Shades of Orchid #D883C6

Tints of Orchid #D883C6

Color information

#D883C6 (or 0xD883C6) is unknown color: approx Orchid. HEX triplet: D8, 83 and C6. RGB value is (216,131,198). Sum of RGB (Red+Green+Blue) = 216+131+198=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 131 (51.56% from 255 or 24.04% from 545); Blue value is 198 (77.73% from 255 or 36.33% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D883C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D883C6 is #277C39. Grayscale: #A3A3A3. Windows color (decimal): -2587706 or 13009880. OLE color: 13009880.

HSL color Cylindrical-coordinate representation of color #D883C6: hue angle of 312.71º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D883C6 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB216131198-
CMYK00.390.080.15
HSL312.71º52.15%68.04%-
HSV(B)312.71º39.35%84.71%-
XYZ46.6334.9157.71-
YUV164.05147.16165.05-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.63%
GREEN value IS 131 (51.56% from 255) = 24.04%
BLUE value IS 198 (77.73% from 255) = 36.33%
R=39.63%
G=24.04%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613119800.390.080.15312.7152.1568.04
HexD883C60278F1393444
Octal330203306047101747164104
Binary1101100010000011110001100100111100011111001110011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D883C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D883C6; }

 p { color: rgb(216,131,198); }

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

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

 a { background-color: rgb(216,131,198); }

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

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

 span { border-color: rgb(216,131,198); }

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