#D377CD

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

Shades of Orchid #D377CD

Tints of Orchid #D377CD

Color information

#D377CD (or 0xD377CD) is unknown color: approx Orchid. HEX triplet: D3, 77 and CD. RGB value is (211,119,205). Sum of RGB (Red+Green+Blue) = 211+119+205=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 119 (46.88% from 255 or 22.24% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 211 - color contains mainly: red. Hex color #D377CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D377CD is #2C8832. Grayscale: #9C9C9C. Windows color (decimal): -2918451 or 13465555. OLE color: 13465555.

HSL color Cylindrical-coordinate representation of color #D377CD: hue angle of 303.91º 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 #D377CD is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB211119205-
CMYK00.440.030.17
HSL303.91º51.11%64.71%-
HSV(B)303.91º43.6%82.75%-
XYZ44.4831.4561.48-
YUV156.31155.48167.01-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.44%
GREEN value IS 119 (46.88% from 255) = 22.24%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=39.44%
G=22.24%
B=38.32%

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
Decimal21111920500.440.030.17303.9151.1164.71
HexD377CD02C3111303341
Octal32316731505432146063101
Binary11010011111011111001101010110011100011001100001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D377CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D377CD; }

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

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

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

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

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

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

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

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