#D781CC

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

Shades of Orchid #D781CC

Tints of Orchid #D781CC

Color information

#D781CC (or 0xD781CC) is unknown color: approx Orchid. HEX triplet: D7, 81 and CC. RGB value is (215,129,204). Sum of RGB (Red+Green+Blue) = 215+129+204=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 215 - color contains mainly: red. Hex color #D781CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D781CC is #287E33. Grayscale: #A3A3A3. Windows color (decimal): -2653748 or 13402583. OLE color: 13402583.

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

Color convert

RGB215129204-
CMYK00.40.050.16
HSL307.67º51.81%67.45%-
HSV(B)307.67º40%84.31%-
XYZ46.7734.5161.32-
YUV163.26150.99164.9-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.23%
GREEN value IS 129 (50.78% from 255) = 23.54%
BLUE value IS 204 (80.08% from 255) = 37.23%
R=39.23%
G=23.54%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512920400.40.050.16307.6751.8167.45
HexD781CC0285101343443
Octal32720131405052046464103
Binary1101011110000001110011000101000101100001001101001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D781CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D781CC; }

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

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

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

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

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

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

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

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