#D783CC

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

Shades of Orchid #D783CC

Tints of Orchid #D783CC

Color information

#D783CC (or 0xD783CC) is unknown color: approx Orchid. HEX triplet: D7, 83 and CC. RGB value is (215,131,204). Sum of RGB (Red+Green+Blue) = 215+131+204=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 131 (51.56% from 255 or 23.82% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D783CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D783CC is #287C33. Grayscale: #A4A4A4. Windows color (decimal): -2653236 or 13403095. OLE color: 13403095.

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

Color convert

RGB215131204-
CMYK00.390.050.16
HSL307.86º51.22%67.84%-
HSV(B)307.86º39.07%84.31%-
XYZ47.0435.0461.41-
YUV164.44150.33164.06-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.09%
GREEN value IS 131 (51.56% from 255) = 23.82%
BLUE value IS 204 (80.08% from 255) = 37.09%
R=39.09%
G=23.82%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513120400.390.050.16307.8651.2267.84
HexD783CC0275101343344
Octal32720331404752046463104
Binary1101011110000011110011000100111101100001001101001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D783CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D783CC; }

 p { color: rgb(215,131,204); }

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

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

 a { background-color: rgb(215,131,204); }

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

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

 span { border-color: rgb(215,131,204); }

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