#D781DC

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

Shades of Orchid #D781DC

Tints of Orchid #D781DC

Color information

#D781DC (or 0xD781DC) is unknown color: approx Orchid. HEX triplet: D7, 81 and DC. RGB value is (215,129,220). Sum of RGB (Red+Green+Blue) = 215+129+220=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #D781DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D781DC is #287E23. Grayscale: #A4A4A4. Windows color (decimal): -2653732 or 14451159. OLE color: 14451159.

HSL color Cylindrical-coordinate representation of color #D781DC: hue angle of 296.7º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D781DC is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB215129220-
CMYK0.020.4100.14
HSL296.7º56.52%68.43%-
HSV(B)296.7º41.36%86.27%-
XYZ48.7935.3171.95-
YUV165.09158.99163.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.12%
GREEN value IS 129 (50.78% from 255) = 22.87%
BLUE value IS 220 (86.33% from 255) = 39.01%
R=38.12%
G=22.87%
B=39.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151292200.020.4100.14296.756.5268.43
HexD781DC2290E1293944
Octal32720133425101645171104
Binary11010111100000011101110010101001011101001010011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D781DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D781DC; }

 p { color: rgb(215,129,220); }

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

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

 a { background-color: rgb(215,129,220); }

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

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

 span { border-color: rgb(215,129,220); }

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