#D083C7

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

Shades of Orchid #D083C7

Tints of Orchid #D083C7

Color information

#D083C7 (or 0xD083C7) is unknown color: approx Orchid. HEX triplet: D0, 83 and C7. RGB value is (208,131,199). Sum of RGB (Red+Green+Blue) = 208+131+199=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 131 (51.56% from 255 or 24.35% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D083C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083C7 is #2F7C38. Grayscale: #A1A1A1. Windows color (decimal): -3111993 or 13075408. OLE color: 13075408.

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

Color convert

RGB208131199-
CMYK00.370.040.18
HSL307.01º45.03%66.47%-
HSV(B)307.01º37.02%81.57%-
XYZ44.4433.7758.21-
YUV161.78149.01160.97-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.66%
GREEN value IS 131 (51.56% from 255) = 24.35%
BLUE value IS 199 (78.12% from 255) = 36.99%
R=38.66%
G=24.35%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813119900.370.040.18307.0145.0366.47
HexD083C70254121332d42
Octal32020330704542246355102
Binary1101000010000011110001110100101100100101001100111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D083C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D083C7; }

 p { color: rgb(208,131,199); }

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

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

 a { background-color: rgb(208,131,199); }

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

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

 span { border-color: rgb(208,131,199); }

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