#D183C6

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

Shades of Orchid #D183C6

Tints of Orchid #D183C6

Color information

#D183C6 (or 0xD183C6) is unknown color: approx Orchid. HEX triplet: D1, 83 and C6. RGB value is (209,131,198). Sum of RGB (Red+Green+Blue) = 209+131+198=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 131 (51.56% from 255 or 24.35% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 209 - color contains mainly: red. Hex color #D183C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D183C6 is #2E7C39. Grayscale: #A1A1A1. Windows color (decimal): -3046458 or 13009873. OLE color: 13009873.

HSL color Cylindrical-coordinate representation of color #D183C6: hue angle of 308.46º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D183C6 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB209131198-
CMYK00.370.050.18
HSL308.46º45.88%66.67%-
HSV(B)308.46º37.32%81.96%-
XYZ44.633.8757.61-
YUV161.96148.34161.55-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.85%
GREEN value IS 131 (51.56% from 255) = 24.35%
BLUE value IS 198 (77.73% from 255) = 36.80%
R=38.85%
G=24.35%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913119800.370.050.18308.4645.8866.67
HexD183C60255121342e43
Octal32120330604552246456103
Binary1101000110000011110001100100101101100101001101001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D183C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D183C6; }

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

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

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

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

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

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

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

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