#D368BC

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

Shades of Orchid #D368BC

Tints of Orchid #D368BC

Color information

#D368BC (or 0xD368BC) is unknown color: approx Orchid. HEX triplet: D3, 68 and BC. RGB value is (211,104,188). Sum of RGB (Red+Green+Blue) = 211+104+188=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 211 - color contains mainly: red. Hex color #D368BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D368BC is #2C9743. Grayscale: #919191. Windows color (decimal): -2922308 or 12347603. OLE color: 12347603.

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

Color convert

RGB211104188-
CMYK00.510.110.17
HSL312.9º54.87%61.76%-
HSV(B)312.9º50.71%82.75%-
XYZ40.8927.3850.71-
YUV145.57151.95174.67-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.95%
GREEN value IS 104 (41.02% from 255) = 20.68%
BLUE value IS 188 (73.83% from 255) = 37.38%
R=41.95%
G=20.68%
B=37.38%

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
Decimal21110418800.510.110.17312.954.8761.76
HexD368BC033B11139373e
Octal32315027406313214716776
Binary110100111101000101111000110011101110001100111001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D368BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D368BC; }

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

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

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

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

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

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

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

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