#D77FCB

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

Shades of Orchid #D77FCB

Tints of Orchid #D77FCB

Color information

#D77FCB (or 0xD77FCB) is unknown color: approx Orchid. HEX triplet: D7, 7F and CB. RGB value is (215,127,203). Sum of RGB (Red+Green+Blue) = 215+127+203=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 215 - color contains mainly: red. Hex color #D77FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77FCB is #288034. Grayscale: #A1A1A1. Windows color (decimal): -2654261 or 13336535. OLE color: 13336535.

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

Color convert

RGB215127203-
CMYK00.410.060.16
HSL308.18º52.38%67.06%-
HSV(B)308.18º40.93%84.31%-
XYZ46.3933.9460.61-
YUV161.98151.15165.82-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.45%
GREEN value IS 127 (50% from 255) = 23.30%
BLUE value IS 203 (79.69% from 255) = 37.25%
R=39.45%
G=23.30%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512720300.410.060.16308.1852.3867.06
HexD77FCB0296101343443
Octal32717731305162046464103
Binary110101111111111110010110101001110100001001101001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77FCB; }

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

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

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

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

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

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

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

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