#D783C8

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

Shades of Orchid #D783C8

Tints of Orchid #D783C8

Color information

#D783C8 (or 0xD783C8) is unknown color: approx Orchid. HEX triplet: D7, 83 and C8. RGB value is (215,131,200). Sum of RGB (Red+Green+Blue) = 215+131+200=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 200 (78.52% from 255 or 36.63% from 546); Max value from RGB is 215 - color contains mainly: red. Hex color #D783C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D783C8 is #287C37. Grayscale: #A3A3A3. Windows color (decimal): -2653240 or 13140951. OLE color: 13140951.

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

Color convert

RGB215131200-
CMYK00.390.070.16
HSL310.71º51.22%67.84%-
HSV(B)310.71º39.07%84.31%-
XYZ46.5734.8558.92-
YUV163.98148.33164.39-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.38%
GREEN value IS 131 (51.56% from 255) = 23.99%
BLUE value IS 200 (78.52% from 255) = 36.63%
R=39.38%
G=23.99%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513120000.390.070.16310.7151.2267.84
HexD783C80277101373344
Octal32720331004772046763104
Binary1101011110000011110010000100111111100001001101111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D783C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D783C8; }

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

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

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

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

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

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

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

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