#D784CF

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

Shades of Orchid #D784CF

Tints of Orchid #D784CF

Color information

#D784CF (or 0xD784CF) is unknown color: approx Orchid. HEX triplet: D7, 84 and CF. RGB value is (215,132,207). Sum of RGB (Red+Green+Blue) = 215+132+207=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 215 - color contains mainly: red. Hex color #D784CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D784CF is #287B30. Grayscale: #A5A5A5. Windows color (decimal): -2652977 or 13599959. OLE color: 13599959.

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

Color convert

RGB215132207-
CMYK00.390.040.16
HSL305.78º50.92%68.04%-
HSV(B)305.78º38.6%84.31%-
XYZ47.5435.4563.37-
YUV165.37151.5163.4-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.81%
GREEN value IS 132 (51.95% from 255) = 23.83%
BLUE value IS 207 (81.25% from 255) = 37.36%
R=38.81%
G=23.83%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513220700.390.040.16305.7850.9268.04
HexD784CF0274101323344
Octal32720431704742046263104
Binary1101011110000100110011110100111100100001001100101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D784CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D784CF; }

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

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

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

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

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

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

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

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