#D781CD

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

Shades of Orchid #D781CD

Tints of Orchid #D781CD

Color information

#D781CD (or 0xD781CD) is unknown color: approx Orchid. HEX triplet: D7, 81 and CD. RGB value is (215,129,205). Sum of RGB (Red+Green+Blue) = 215+129+205=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 215 - color contains mainly: red. Hex color #D781CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D781CD is #287E32. Grayscale: #A3A3A3. Windows color (decimal): -2653747 or 13468119. OLE color: 13468119.

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

Color convert

RGB215129205-
CMYK00.40.050.16
HSL306.98º51.81%67.45%-
HSV(B)306.98º40%84.31%-
XYZ46.8934.5661.96-
YUV163.38151.49164.82-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.16%
GREEN value IS 129 (50.78% from 255) = 23.50%
BLUE value IS 205 (80.47% from 255) = 37.34%
R=39.16%
G=23.50%
B=37.34%

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
Decimal21512920500.40.050.16306.9851.8167.45
HexD781CD0285101333443
Octal32720131505052046364103
Binary1101011110000001110011010101000101100001001100111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D781CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D781CD; }

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

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

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

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

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

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

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

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