#D780CF

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

Shades of Orchid #D780CF

Tints of Orchid #D780CF

Color information

#D780CF (or 0xD780CF) is unknown color: approx Orchid. HEX triplet: D7, 80 and CF. RGB value is (215,128,207). Sum of RGB (Red+Green+Blue) = 215+128+207=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 128 (50.39% from 255 or 23.27% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D780CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D780CF is #287F30. Grayscale: #A2A2A2. Windows color (decimal): -2654001 or 13598935. OLE color: 13598935.

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

Color convert

RGB215128207-
CMYK00.400.040.16
HSL305.52º52.1%67.25%-
HSV(B)305.52º40.47%84.31%-
XYZ47.0134.3963.19-
YUV163.02152.82165.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.09%
GREEN value IS 128 (50.39% from 255) = 23.27%
BLUE value IS 207 (81.25% from 255) = 37.64%
R=39.09%
G=23.27%
B=37.64%

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
Decimal21512820700.400.040.16305.5252.167.25
HexD780CF0284101323443
Octal32720031705042046264103
Binary1101011110000000110011110101000100100001001100101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D780CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D780CF; }

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

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

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

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

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

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

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

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