#D77CCB

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

Shades of Orchid #D77CCB

Tints of Orchid #D77CCB

Color information

#D77CCB (or 0xD77CCB) is unknown color: approx Orchid. HEX triplet: D7, 7C and CB. RGB value is (215,124,203). Sum of RGB (Red+Green+Blue) = 215+124+203=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 215 - color contains mainly: red. Hex color #D77CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77CCB is #288334. Grayscale: #9F9F9F. Windows color (decimal): -2655029 or 13335767. OLE color: 13335767.

HSL color Cylindrical-coordinate representation of color #D77CCB: hue angle of 307.91º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77CCB is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB215124203-
CMYK00.420.060.16
HSL307.91º53.22%66.47%-
HSV(B)307.91º42.33%84.31%-
XYZ46.0133.1760.48-
YUV160.21152.15167.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.67%
GREEN value IS 124 (48.83% from 255) = 22.88%
BLUE value IS 203 (79.69% from 255) = 37.45%
R=39.67%
G=22.88%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512420300.420.060.16307.9153.2266.47
HexD77CCB02A6101343542
Octal32717431305262046465102
Binary110101111111100110010110101010110100001001101001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77CCB; }

 p { color: rgb(215,124,203); }

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

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

 a { background-color: rgb(215,124,203); }

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

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

 span { border-color: rgb(215,124,203); }

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