#D780CC

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

Shades of Orchid #D780CC

Tints of Orchid #D780CC

Color information

#D780CC (or 0xD780CC) is unknown color: approx Orchid. HEX triplet: D7, 80 and CC. RGB value is (215,128,204). Sum of RGB (Red+Green+Blue) = 215+128+204=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D780CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D780CC is #287F33. Grayscale: #A2A2A2. Windows color (decimal): -2654004 or 13402327. OLE color: 13402327.

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

Color convert

RGB215128204-
CMYK00.400.050.16
HSL307.59º52.1%67.25%-
HSV(B)307.59º40.47%84.31%-
XYZ46.6434.2561.28-
YUV162.68151.32165.32-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.31%
GREEN value IS 128 (50.39% from 255) = 23.40%
BLUE value IS 204 (80.08% from 255) = 37.29%
R=39.31%
G=23.40%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512820400.400.050.16307.5952.167.25
HexD780CC0285101343443
Octal32720031405052046464103
Binary1101011110000000110011000101000101100001001101001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D780CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D780CC; }

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

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

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

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

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

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

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

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