#D783CB

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

Shades of Orchid #D783CB

Tints of Orchid #D783CB

Color information

#D783CB (or 0xD783CB) is unknown color: approx Orchid. HEX triplet: D7, 83 and CB. RGB value is (215,131,203). Sum of RGB (Red+Green+Blue) = 215+131+203=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 131 (51.56% from 255 or 23.86% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 215 - color contains mainly: red. Hex color #D783CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D783CB is #287C34. Grayscale: #A4A4A4. Windows color (decimal): -2653237 or 13337559. OLE color: 13337559.

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

Color convert

RGB215131203-
CMYK00.390.060.16
HSL308.57º51.22%67.84%-
HSV(B)308.57º39.07%84.31%-
XYZ46.9234.9960.78-
YUV164.32149.83164.15-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.16%
GREEN value IS 131 (51.56% from 255) = 23.86%
BLUE value IS 203 (79.69% from 255) = 36.98%
R=39.16%
G=23.86%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513120300.390.060.16308.5751.2267.84
HexD783CB0276101353344
Octal32720331304762046563104
Binary1101011110000011110010110100111110100001001101011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D783CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D783CB; }

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

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

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

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

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

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

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

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