#D367BC

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

Shades of Orchid #D367BC

Tints of Orchid #D367BC

Color information

#D367BC (or 0xD367BC) is unknown color: approx Orchid. HEX triplet: D3, 67 and BC. RGB value is (211,103,188). Sum of RGB (Red+Green+Blue) = 211+103+188=502 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.03% from 502); Green value is 103 (40.62% from 255 or 20.52% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 211 - color contains mainly: red. Hex color #D367BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D367BC is #2C9843. Grayscale: #909090. Windows color (decimal): -2922564 or 12347347. OLE color: 12347347.

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

Color convert

RGB211103188-
CMYK00.510.110.17
HSL312.78º55.1%61.57%-
HSV(B)312.78º51.18%82.75%-
XYZ40.7927.1850.67-
YUV144.98152.28175.09-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.03%
GREEN value IS 103 (40.62% from 255) = 20.52%
BLUE value IS 188 (73.83% from 255) = 37.45%
R=42.03%
G=20.52%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110318800.510.110.17312.7855.161.57
HexD367BC033B11139373e
Octal32314727406313214716776
Binary110100111100111101111000110011101110001100111001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D367BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D367BC; }

 p { color: rgb(211,103,188); }

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

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

 a { background-color: rgb(211,103,188); }

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

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

 span { border-color: rgb(211,103,188); }

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