#d368d8

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

Shades of Orchid #D368D8

Tints of Orchid #D368D8

Color information

#D368D8 (or 0xD368D8) is unknown color: approx Orchid. HEX triplet: D3, 68 and D8. RGB value is (211,104,216). Sum of RGB (Red+Green+Blue) = 211+104+216=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 216 - color contains mainly: blue. Hex color #D368D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D368D8 is #2C9727. Grayscale: #949494. Windows color (decimal): -2922280 or 14182611. OLE color: 14182611.

HSL color Cylindrical-coordinate representation of color #D368D8: hue angle of 297.32º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D368D8 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB211104216-
CMYK0.020.5200.15
HSL297.32º58.95%62.75%-
HSV(B)297.32º51.85%84.71%-
XYZ44.2128.7168.18-
YUV148.76165.95172.39-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.74%
GREEN value IS 104 (41.02% from 255) = 19.59%
BLUE value IS 216 (84.77% from 255) = 40.68%
R=39.74%
G=19.59%
B=40.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2111042160.020.5200.15297.3258.9562.75
HexD368D82340F1293b3f
Octal3231503302640174517377
Binary110100111101000110110001011010001111100101001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d368d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d368d8; }

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

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

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

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

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

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

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

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