#D983CD

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

Shades of Orchid #D983CD

Tints of Orchid #D983CD

Color information

#D983CD (or 0xD983CD) is unknown color: approx Orchid. HEX triplet: D9, 83 and CD. RGB value is (217,131,205). Sum of RGB (Red+Green+Blue) = 217+131+205=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D983CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D983CD is #267C32. Grayscale: #A4A4A4. Windows color (decimal): -2522163 or 13468633. OLE color: 13468633.

HSL color Cylindrical-coordinate representation of color #D983CD: hue angle of 308.37º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D983CD is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217131205-
CMYK00.400.060.15
HSL308.37º53.09%68.24%-
HSV(B)308.37º39.63%85.1%-
XYZ47.7535.3962.07-
YUV165.15150.49164.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.24%
GREEN value IS 131 (51.56% from 255) = 23.69%
BLUE value IS 205 (80.47% from 255) = 37.07%
R=39.24%
G=23.69%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713120500.400.060.15308.3753.0968.24
HexD983CD0286F1343544
Octal33120331505061746465104
Binary110110011000001111001101010100011011111001101001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D983CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D983CD; }

 p { color: rgb(217,131,205); }

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

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

 a { background-color: rgb(217,131,205); }

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

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

 span { border-color: rgb(217,131,205); }

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