#D368D2

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

Shades of Orchid #D368D2

Tints of Orchid #D368D2

Color information

#D368D2 (or 0xD368D2) is unknown color: approx Orchid. HEX triplet: D3, 68 and D2. RGB value is (211,104,210). Sum of RGB (Red+Green+Blue) = 211+104+210=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 210 (82.42% from 255 or 40% from 525); Max value from RGB is 211 - color contains mainly: red. Hex color #D368D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D368D2 is #2C972D. Grayscale: #939393. Windows color (decimal): -2922286 or 13789395. OLE color: 13789395.

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

Color convert

RGB211104210-
CMYK00.510.000.17
HSL300.56º54.87%61.76%-
HSV(B)300.56º50.71%82.75%-
XYZ43.4528.464.17-
YUV148.08162.95172.88-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.19%
GREEN value IS 104 (41.02% from 255) = 19.81%
BLUE value IS 210 (82.42% from 255) = 40%
R=40.19%
G=19.81%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.00
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110421000.510.000.17300.5654.8761.76
HexD368D203301112d373e
Octal3231503220630214556776
Binary110100111101000110100100110011010001100101101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D368D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D368D2; }

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

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

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

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

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

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

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

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