#D477D7

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

Shades of Orchid #D477D7

Tints of Orchid #D477D7

Color information

#D477D7 (or 0xD477D7) is unknown color: approx Orchid. HEX triplet: D4, 77 and D7. RGB value is (212,119,215). Sum of RGB (Red+Green+Blue) = 212+119+215=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 119 (46.88% from 255 or 21.79% from 546); Blue value is 215 (84.38% from 255 or 39.38% from 546); Max value from RGB is 215 - color contains mainly: blue. Hex color #D477D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D477D7 is #2B8828. Grayscale: #9D9D9D. Windows color (decimal): -2852905 or 14120916. OLE color: 14120916.

HSL color Cylindrical-coordinate representation of color #D477D7: hue angle of 298.12º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D477D7 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB212119215-
CMYK0.010.4500.16
HSL298.12º54.55%65.49%-
HSV(B)298.12º44.65%84.31%-
XYZ46.0132.168.06-
YUV157.75160.31166.69-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.83%
GREEN value IS 119 (46.88% from 255) = 21.79%
BLUE value IS 215 (84.38% from 255) = 39.38%
R=38.83%
G=21.79%
B=39.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2121192150.010.4500.16298.1254.5565.49
HexD477D712D01012a3741
Octal32416732715502045267101
Binary1101010011101111101011111011010100001001010101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D477D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D477D7; }

 p { color: rgb(212,119,215); }

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

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

 a { background-color: rgb(212,119,215); }

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

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

 span { border-color: rgb(212,119,215); }

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