#D783CF

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

Shades of Orchid #D783CF

Tints of Orchid #D783CF

Color information

#D783CF (or 0xD783CF) is unknown color: approx Orchid. HEX triplet: D7, 83 and CF. RGB value is (215,131,207). Sum of RGB (Red+Green+Blue) = 215+131+207=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D783CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D783CF is #287C30. Grayscale: #A4A4A4. Windows color (decimal): -2653233 or 13599703. OLE color: 13599703.

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

Color convert

RGB215131207-
CMYK00.390.040.16
HSL305.71º51.22%67.84%-
HSV(B)305.71º39.07%84.31%-
XYZ47.435.1863.32-
YUV164.78151.83163.82-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.88%
GREEN value IS 131 (51.56% from 255) = 23.69%
BLUE value IS 207 (81.25% from 255) = 37.43%
R=38.88%
G=23.69%
B=37.43%

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
Decimal21513120700.390.040.16305.7151.2267.84
HexD783CF0274101323344
Octal32720331704742046263104
Binary1101011110000011110011110100111100100001001100101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D783CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D783CF; }

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

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

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

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

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

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

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

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