#D782CF

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

Shades of Orchid #D782CF

Tints of Orchid #D782CF

Color information

#D782CF (or 0xD782CF) is unknown color: approx Orchid. HEX triplet: D7, 82 and CF. RGB value is (215,130,207). Sum of RGB (Red+Green+Blue) = 215+130+207=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 130 (51.17% from 255 or 23.55% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 215 - color contains mainly: red. Hex color #D782CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D782CF is #287D30. Grayscale: #A3A3A3. Windows color (decimal): -2653489 or 13599447. OLE color: 13599447.

HSL color Cylindrical-coordinate representation of color #D782CF: hue angle of 305.65º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D782CF is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB215130207-
CMYK00.400.040.16
HSL305.65º51.52%67.65%-
HSV(B)305.65º39.53%84.31%-
XYZ47.2734.9263.28-
YUV164.19152.16164.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.95%
GREEN value IS 130 (51.17% from 255) = 23.55%
BLUE value IS 207 (81.25% from 255) = 37.5%
R=38.95%
G=23.55%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513020700.400.040.16305.6551.5267.65
HexD782CF0284101323444
Octal32720231705042046264104
Binary1101011110000010110011110101000100100001001100101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D782CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D782CF; }

 p { color: rgb(215,130,207); }

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

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

 a { background-color: rgb(215,130,207); }

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

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

 span { border-color: rgb(215,130,207); }

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