#D77ACA

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

Shades of Orchid #D77ACA

Tints of Orchid #D77ACA

Color information

#D77ACA (or 0xD77ACA) is unknown color: approx Orchid. HEX triplet: D7, 7A and CA. RGB value is (215,122,202). Sum of RGB (Red+Green+Blue) = 215+122+202=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 122 (48.05% from 255 or 22.63% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 215 - color contains mainly: red. Hex color #D77ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77ACA is #288535. Grayscale: #9E9E9E. Windows color (decimal): -2655542 or 13269719. OLE color: 13269719.

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

Color convert

RGB215122202-
CMYK00.430.060.16
HSL308.39º53.76%66.08%-
HSV(B)308.39º43.26%84.31%-
XYZ45.6432.6359.77-
YUV158.93152.31168-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.89%
GREEN value IS 122 (48.05% from 255) = 22.63%
BLUE value IS 202 (79.30% from 255) = 37.48%
R=39.89%
G=22.63%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512220200.430.060.16308.3953.7666.08
HexD77ACA02B6101343642
Octal32717231205362046466102
Binary110101111111010110010100101011110100001001101001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77ACA; }

 p { color: rgb(215,122,202); }

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

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

 a { background-color: rgb(215,122,202); }

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

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

 span { border-color: rgb(215,122,202); }

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