#D377CC

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

Shades of Orchid #D377CC

Tints of Orchid #D377CC

Color information

#D377CC (or 0xD377CC) is unknown color: approx Orchid. HEX triplet: D3, 77 and CC. RGB value is (211,119,204). Sum of RGB (Red+Green+Blue) = 211+119+204=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 211 - color contains mainly: red. Hex color #D377CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D377CC is #2C8833. Grayscale: #9B9B9B. Windows color (decimal): -2918452 or 13400019. OLE color: 13400019.

HSL color Cylindrical-coordinate representation of color #D377CC: hue angle of 304.57º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D377CC is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB211119204-
CMYK00.440.030.17
HSL304.57º51.11%64.71%-
HSV(B)304.57º43.6%82.75%-
XYZ44.3631.460.85-
YUV156.2154.98167.09-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.51%
GREEN value IS 119 (46.88% from 255) = 22.28%
BLUE value IS 204 (80.08% from 255) = 38.20%
R=39.51%
G=22.28%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111920400.440.030.17304.5751.1164.71
HexD377CC02C3111313341
Octal32316731405432146163101
Binary11010011111011111001100010110011100011001100011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D377CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D377CC; }

 p { color: rgb(211,119,204); }

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

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

 a { background-color: rgb(211,119,204); }

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

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

 span { border-color: rgb(211,119,204); }

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